首页 > 代码库 > git push 文件过大时出错,fatal: The remote end hung up unexpectedly

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

可以修改配置文件:

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

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

[http]    postBuffer = 524288000

 

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