修改git缓存默认git的http post缓存为1MB,使用命令将git的缓存设为500MB 12345# 设置缓存为500MBgit config --global http.postBuffer 524288000# 查看当前缓存git config --global http.postBuffer