git clone失败问题
参考链接:https://www.cnblogs.com/anliux/p/11668058.html
错误信息
remote: Counting objects: 5148, done.
remote: Compressing objects: 100% (16/16), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
分析
因为git限制了推送数据的大小导致的错误
解决
git config --gloable http.postBuffer 524288000
git config --list
git clone 你的地址 --depth 1
cd target #先进入conlen好的目录
git fetch --unshallow #获取完整库

浙公网安备 33010602011771号