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
相關文章
相關標籤/搜索