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 0git config --global http.lowSpeedTime 99999999
本文介绍了解决使用Git下载项目过程中遇到的错误方法,包括调整缓存大小和设置最低速度时间等步骤。
1612

被折叠的 条评论
为什么被折叠?



