git 下载项目报错
error: RPC failed; result=18, HTTP code = 200 | 131.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
解决
调整缓存大小
git config --global http.postBuffer 1048576000
增加最低速度时间解决
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 99999999