Git克隆代码错误: The remote end hung up unexpectedly

原因: 网络缓慢导致连接断开,可以通过如下设置解决:

1 git config --global http.lowSpeedLimit 0
2 git config --global http.lowSpeedTime 999999

增加最低速度时间,连接不断开

posted @ 2020-11-14 15:44  秋风扫落木  阅读(448)  评论(0编辑  收藏  举报
我的页脚