發生在push命令中,有多是push的文件過大致使 git
解決方法: shell
在 .git/config 文件中加入: post
[http] postBuffer = 524288000
或者運行: code
git config http.postBuffer 524288000