首页 > 其他 > 详细

git push的时候报411问题

时间:2015-01-08 20:18:16      阅读:269      评论:0      收藏:0      [点我收藏+]

使用git提交比较大的文件的时候可能会出现这个错误

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


这样的话首先改一下git的传输字节限制


git config http.postBuffer  524288000


git push的时候报411问题

原文:http://my.oschina.net/zimingforever/blog/365227

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!