可以修改配置文件:

1 使用命令:git config http.postBuffer = 524288000

2修改git文件夹中的config文件,加入如下一段:

[http]
    postBuffer = 524288000

 

相关文章: