码迷,mamicode.com
首页 > 其他好文 > 详细

git push 文件过大时出错,fatal: The remote end hung up unexpectedly

时间:2015-01-14 00:47:42      阅读:547      评论:0      收藏:0      [点我收藏+]

标签:

可以修改配置文件:

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

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

[http]
    postBuffer = 524288000

 

git push 文件过大时出错,fatal: The remote end hung up unexpectedly

标签:

原文地址:http://www.cnblogs.com/ldm1989/p/4222817.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!