git推送出现the remote end hung up unexpectedly

原因

  • 缓冲不够大
  • 网络速度不够快
  • 等待时间过短

解决方案

以上三条一一对应下列的措施

1
git config --global http.postBuffer 524288000
1
git config --global http.lowSpeedLimit 0
1
git config --global http.lowSpeedTime 999999