1、查看git 的配置 。猜想是“http.postbuffer”太大。
git config --list --show-origin
2、修改“http.postbuffer”
git config --global http.postbuffer 1024m