fatal: the remote end hung up unexpectedly

发生在push命令中,有可能是push的文件过大导致
解决方法:
windows:
在 .git/config 文件中加入
[http]
postBuffer = 524288000

linux:
git config http.postBuffer 524288000

posted @ 2014-09-19 11:28  你是我的小呀小苹果  阅读(103)  评论(0编辑  收藏  举报