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

Posted 东风杨柳岸,岁月如烟

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone 出错 fatal: pack has bad object at offset 26060927: inflate returned -3相关的知识,希望对你有一定的参考价值。

$ 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的主要内容,如果未能解决你的问题,请参考以下文章

git克隆出错 github clone Permission denied (publickey) fatal Could not read from remote repo

git clone时报错 提示 early EOF、The remote end hung up unexpectedly 、 index-pack failed等错误信息

fatal: early EOF fatal: index-pack failed

Git下拉和提交等遇到:fatal: early EOF fatal: index-pack failed

git 问题 fatal: early EOF,fatal: index-pack failed

git 问题 fatal: early EOF,fatal: index-pack failed