git clone时The remote end hung up

2019-06-18  本文已影响0人  你慧快乐

windows:
在 .git/config 文件中加入

[http]
postBuffer = 524288000

linux或max执行命令:

git config http.postBuffer 524288000

如果还是不行,那可能是网络比较缓慢情况下,就断开了,执行以下命令:

git config --global http.lowSpeedLimit 0
git config --global http.sslVerify false
git config --global http.lowSpeedTime 999999

增加最低速度时间,就可以了。

上一篇下一篇

猜你喜欢

热点阅读