首页 > 其他 > 详细

git提交报异常,fatal: The remote end hung up unexpectedly

时间:2017-06-19 18:23:46      阅读:1806      评论:0      收藏:0      [点我收藏+]

早上提交代码到 oschina代码库时,报了这个错误: 

Java代码  技术分享
  1. fatal: The remote end hung up unexpectedly  



上网找了一下原因,各种答案都有,也是哈,这个提示太叼了,没有说明哪一部分有问题。 
最后这个答案帮了我解决问题了。 

Java代码  技术分享
  1. git config http.postBuffer 524288000  



我的问题估计是上传文件太大导致的。

git提交报异常,fatal: The remote end hung up unexpectedly

原文:http://www.cnblogs.com/muhuacat/p/7049753.html

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