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

git提交大文件的解决方法

时间:2016-06-22 12:27:41      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:

不知是 GitHub 在国内又被封了还是因为本文的原因,我个人是在执行了下述操作后成功提交了。

以作记录,内容如下:

Compressing objects: 100% (163/163), done.
error: RPC failed; result=52, HTTP code = 0
fatal: The remote end hung up unexpectedly
Writing objects: 100% (365/365), 3.39 MiB | 0 bytes/s, done.
Total 365 (delta 245), reused 315 (delta 199)
fatal: The remote end hung up unexpectedly
Everything up-to-date

问题原因:由于提交文件内容过大,导致git报错。

解决方案:修改http请求最大容量   $ git config http.postBuffer 524288000

git提交大文件的解决方法

标签:

原文地址:http://www.cnblogs.com/perryxiong/p/5606525.html

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