git clone代码一直卡着问题
【代码】git clone代码一直卡着问题。
·
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
更多推荐
所有评论(0)