首页 > 其他 > 详细

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

时间:2020-06-19 12:22:52      阅读:112      评论:0      收藏:0      [点我收藏+]
错误原因

与远程服务的连接中断,但是检查发现origin还在,可能是文件太大,缓存不够,增加缓存大小

解决方案

专案目录 》.git 》config

在末尾增加如下代码

[http]
	postBuffer = 524288000

正常以上就可以解决问题,如果问题还在,就要考虑是否是网络太慢的原因,增加网络延时

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

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

原文:https://www.cnblogs.com/ymtianyu/p/13162251.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!