git 设置上传的上限是50M 或者是2倍 只非鱼 2017-12-13 842 阅读1分钟 在使用git push的时候,常常会遇到卡住的问题,特别是上传比较大的文件时,如Realm使用命令可以解决:git config --global http.postBuffer 524288000git config --global http.postBuffer 1048576000