git push 提交时出错 the remote end hung up unexpectedly

错误缘由

与远程服务的链接中断,可是检查发现origin还在,多是文件太大,缓存不够,增长缓存大小git

解决方案

专案目录 》.git 》config缓存

在末尾增长以下代码bash

[http]
	postBuffer = 524288000

正常以上就能够解决问题,若是问题还在,就要考虑是不是网络太慢的缘由,增长网络延时网络

git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
相关文章
相关标签/搜索