Push报错fatal:The remote end hung up unexpectedly

在使用git更新或提交项目时候出现 "fatal: The remote end hung up unexpectedly " 原因是推送的文件太大。

那就简单了,要么是缓存不够,要么是网络不行,要么墙的原因.
解决办法:
修改提交缓存大小为500M,或者更大的数字

1
git config --global http.postBuffer 524288000