fatal: the remote end hung up unexpectedly

发生在push命令中,有多是push的文件过大致使 git

解决方法: shell

在 .git/config 文件中加入: post

[http]
postBuffer = 524288000

或者运行: code

git config http.postBuffer 524288000
注:524288000 = 500M
相关文章
相关标签/搜索