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