提交github过程中遇到的问题,如下解决: git config --global http.postBuffer 524288000 修改提交大小为500MiB,默认是1MiB,参考git-config。