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

git clone 出错 fatal: pack has bad object at offset 26060927: inflate returned -3

时间:2018-03-30 17:21:54      阅读:2479      评论:0      收藏:0      [点我收藏+]

标签:obj   offset   pac   style   int   方法   failed   inf   http   

$ git clone http://xxx.xxx.cn/liyafei/developer.git
Cloning into ‘developer‘...
remote: Counting objects: 10681, done.
remote: Compressing objects: 100% (4734/4734), done.
error: inflate: data stream error (invalid distance code) KiB/s
fatal: pack has bad object at offset 26060927: inflate returned -3
fatal: index-pack failed

解决方法:$ git clone --depth 1 http://xxx.xxx.cn/liyafei/developer.git

git clone 出错 fatal: pack has bad object at offset 26060927: inflate returned -3

标签:obj   offset   pac   style   int   方法   failed   inf   http   

原文地址:https://www.cnblogs.com/Man-Dream-Necessary/p/8677092.html

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