remote: Enumerating objects: 2762, done.
Connection to e.coding.net closed by remote host.
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
处理方案:
git clone --depth 1 <repo_URI>
然后获取完整库

git fetch --unshallow 
最后pull一下查看状态,问题解决

git pull --all

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐