您的位置:首页 > 其它

fatal: the remote end hung up unexpectedly

2014-12-24 13:47 169 查看
转自http://blog.sina.com.cn/s/blog_71d4414d0100wfwq.html

发生在push命令中,有可能是push的文件过大导致

解决方法:

windows:

在 .git/config 文件中加入

[http]

postBuffer = 524288000

linux:

git config http.postBuffer 524288000
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐