fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
git config --global http.lowSpeedLimit 1000
git config --global http.lowSpeedTime 600
设置最低网速限制1kb/s
最少传输时间 10分钟
只有十分钟(600秒)传输速率都低于 1KB/s 的话才会 timeout
git 拉代码超时被取消
阅读 82
2023-03-10
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
git config --global http.lowSpeedLimit 1000
git config --global http.lowSpeedTime 600
设置最低网速限制1kb/s
最少传输时间 10分钟
只有十分钟(600秒)传输速率都低于 1KB/s 的话才会 timeout
相关推荐
精彩评论(0)