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

git clone http: xxx.xxx.cn liyafei developer.gitCloning into developer ...remote: Counting objects: , done.remote: Compressing objects: , done.error: inflate: data stream error invalid distance code ...

2018-03-30 16:37 0 2746 推荐指数:

查看详情

git报错fatal: protocol error: bad pack header

今天换电脑,要重新clone新项目,结果报了如下错误: remote: Counting objects: 19442, done.remote: warning: suboptimal pack - out of memoryremote: aborting due to possible ...

Tue Nov 26 23:13:00 CST 2019 3 2211
git报错fatal protocol error bad pack header

在使用git的过程中,一直出现fatal: protocol error: bad pack header,导致git无法更新以及上传。具体报错见以下: 尝试网上很多种方式,如以下: 也尝试过以为是版本问题,但是查看本人git 的版本,centos7使用yum安装 ...

Tue Oct 19 07:10:00 CST 2021 0 3570
git clone错误 fatal: early EOF fatal: index-pack failed

最后用ssh的方式解决了,不用http https://blog.csdn.net/fastjack/article/details/79757520 用了以下的方法还是不行 今天想 clone 一下 boost 在 github 的 repo,结果在 clone 的过程中遇到了下面 ...

Wed Nov 07 22:58:00 CST 2018 0 3043
git clone的时候遭遇fatal: early EOF fatal: index-pack failed解决办法

一般这种情况都是因为项目分支过多,导致你要下载的东西太多,从而引起这个问题。网上有一个流传比较多的修改方案: 使用上述命令,来修改压缩模式,我尝试过了没有用。 引起这个问题的根源是文 ...

Thu Sep 05 23:03:00 CST 2019 0 726
git cherry-pick 报错 fatal: bad object

  场景:程序员A提交了一个commit到gerrit上,我们叫他为commit_id1,但是还没有review,那就是没有入库,程序员B想再本地拿到这个commitd_id1,既然这个提交没有入库,很明显,B单纯执行git pull是拿不到这个提交的,那他要怎么办呢,   目前我想到的有几种 ...

Fri Sep 14 00:51:00 CST 2018 0 6634
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM