赞
踩
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 2406 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
使用git命令增大缓存(单位是b,524288000B也就500M左右)
git config --global http.postBuffer 524288000
使用git config --list查看是否生效
此时重新克隆即可
修改下载速度
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
git clone --depth=1 http://xxx.git
git fetch --unshallow
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。