git clone时遇到的问题

其它类软件,非上述版软件
回复
DiuDiugirl
帖子: 7
注册时间: 2014-03-07 16:12
系统: ubuntu 14.04

git clone时遇到的问题

#1

帖子 DiuDiugirl » 2014-03-28 16:37

:em19
在用git从服务器上clone代码的时候,遇到了这样的问题:

代码: 全选

正克隆到 'charls-sms'...
remote: Counting objects: 11840, done.
remote: Compressing objects: 100% (9251/9251), done.
remote: Total 11840 (delta 5982), reused 6527 (delta 2072)
接收对象中: 100% (11840/11840), 40.71 MiB | 10.09 MiB/s, done.
error: Object 84393d09d66e6e9aafc3728a7dfbfb8a18a54dfb is a commit, not a blob
fatal: 25a55ef9b772c9cb433e5f9f6f6dd0ef12080dc1 的所有子对象并非都可达
fatal: index-pack failed
在stackoverflow里好像有挺多fatal: index-pack failed的问题,但是好像跟上面的问题都不一样,不知道是什么样的问题,该怎么描述。
希望能得到大家的帮助~~非常感谢
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: git clone时遇到的问题

#2

帖子 YeLee » 2014-03-28 17:54

代码: 全选

error: Object 84393d09d66e6e9aafc3728a7dfbfb8a18a54dfb is a commit, not a blob
看到这里,我就开始好奇阁下那条完整的命令是怎么的了。 :em01
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
DiuDiugirl
帖子: 7
注册时间: 2014-03-07 16:12
系统: ubuntu 14.04

Re: git clone时遇到的问题

#3

帖子 DiuDiugirl » 2014-03-31 8:44

YeLee 写了:

代码: 全选

error: Object 84393d09d66e6e9aafc3728a7dfbfb8a18a54dfb is a commit, not a blob
看到这里,我就开始好奇阁下那条完整的命令是怎么的了。 :em01

用的命令是git clone git@服务器地址:项目
请问,这个错误是什么意思呀?
DiuDiugirl
帖子: 7
注册时间: 2014-03-07 16:12
系统: ubuntu 14.04

Re: git clone时遇到的问题

#4

帖子 DiuDiugirl » 2014-04-16 17:58

事实证明用windows下的git gui是好用的。。。现在还不明白为什么会出现这个问题 :em19 :em19 :em19 :em19 :em19 :em19
回复