[BUG] plugin clone full git repo

Resolved 💬 3 comments Opened Oct 28, 2025 by im47cn Closed Jan 10, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

plugin clone full git repo

❯ git clone git@github.com:anthropics/claude-code.git claude-code-plugins
正克隆到 'claude-code-plugins'...
remote: Enumerating objects: 1180, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (7/7), done.
^Cfetch-pack: unexpected disconnect while reading sideband packet

❯ git clone git@github.com:anthropics/claude-code.git --depth=1 claude-code-plugins
正克隆到 'claude-code-plugins'...
remote: Enumerating objects: 95, done.
remote: Counting objects: 100% (95/95), done.
remote: Compressing objects: 100% (81/81), done.
remote: Total 95 (delta 3), reused 65 (delta 1), pack-reused 0 (from 0)
接收对象中: 100% (95/95), 10.36 MiB | 554.00 KiB/s, 完成.
处理 delta 中: 100% (3/3), 完成.

What Should Happen?

Only checkout --depth=1 from git repo

Error Messages/Logs

Steps to Reproduce

1

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

all

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗