The remote end hung up unexpectedly,使用git提交代码时报错,有时克隆代码也会报错 bghunter 2020-07-13 477 阅读1分钟 问题:程序写完后提交代码时,报这个错误。截图:解决办法:git config --global http.lowSpeedLimit 0git config --global http.lowSpeedTime 999999使用上面这两个命令就可以了。原因:如果网络很慢的时候,就会断开了,使用上面的命令增加最低速度时间就可以了,在这里记录一下。