git push 文件过大时出错,fatal: The remote end hung up unexpectedly

可以修改配置文件:

1 使用命令:git config http.postBuffer = 524288000

2修改git文件夹中的config文件,加入如下一段:

[http]
    postBuffer = 524288000
原文地址:https://www.cnblogs.com/ldm1989/p/4222817.html