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

Git 的BUG小结

时间:2014-07-08 21:10:53      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   文件   os   2014   

 Git 的BUG小结

Git 在push的时候出现了:

 

fatal: The remote end hung up unexpectedly

 

在网上找了很多  发现出现了以下错误提示也可能是相同的问题:

 

error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

在网上查到的解决方法如下:

以上发生在push命令中,有可能是push的文件过大导致
解决方法:
windows:
在 .git/config 文件中加入
[http]
postBuffer = 524288000

linux:
git config http.postBuffer 524288000 

 

我按照网上提供的方式解决了问题:

上图  进入git文件

 

bubuko.com,布布扣

打开config 文件 在里面填上:

 

bubuko.com,布布扣

 

就此解决了

非常感激网上分享解决方案的人们

谢谢

Git 的BUG小结,布布扣,bubuko.com

Git 的BUG小结

标签:style   blog   http   文件   os   2014   

原文地址:http://blog.csdn.net/aaawqqq/article/details/37392421

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