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

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

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

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

原文地址:https://www.cnblogs.com/lpzh/p/13973459.html