Git clone报The remote end hung up unexpectedly错误
Git clone报The remote end hung up unexpectedly错误
错误提示
解决办法
尝试设置缓冲区上限
git config http.postBuffer 524288000
网络原因,设置一下最低速度时间
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 雷军的博客!