* cg-clone failing to get cogito latest tree.
@ 2005-08-01 2:49 Martin Langhoff
2005-08-01 8:13 ` Komal Shah
2005-08-05 0:15 ` Petr Baudis
0 siblings, 2 replies; 3+ messages in thread
From: Martin Langhoff @ 2005-08-01 2:49 UTC (permalink / raw)
To: GIT
On a new machine, trying to boostrap into latest cogito, I download
and make cogito 0.12.1, and then...
$ cg-clone http://www.kernel.org/pub/scm/cogito/cogito.git cogito
defaulting to local storage area
14:48:53 URL:http://www.kernel.org/pub/scm/cogito/cogito.git/refs/heads/master
[41/41] -> "refs/heads/origin" [1]
progress: 34 objects, 45126 bytes
error: File d2072194059c65f92487c84c53b9f6b5da780d14
(http://www.kernel.org/pub/scm/cogito/cogito.git/objects/d2/072194059c65f92487c84c53b9f6b5da780d14)
corrupt
Cannot obtain needed blob d2072194059c65f92487c84c53b9f6b5da780d14
while processing commit 0000000000000000000000000000000000000000.
cg-pull: objects pull failed
cg-init: pull failed
any hints? I have a similar problem fetching git with cg-clone:
$ cg-clone http://www.kernel.org/pub/scm/git/git.git git
defaulting to local storage area
14:53:44 URL:http://www.kernel.org/pub/scm/git/git.git/refs/heads/master
[41/41] -> "refs/heads/origin" [1]
progress: 2 objects, 4666 bytes
error: File 6ff87c4664981e4397625791c8ea3bbb5f2279a3
(http://www.kernel.org/pub/scm/git/git.git/objects/6f/f87c4664981e4397625791c8ea3bbb5f2279a3)
corrupt
Cannot obtain needed blob 6ff87c4664981e4397625791c8ea3bbb5f2279a3
while processing commit 0000000000000000000000000000000000000000.
cg-pull: objects pull failed
cg-init: pull failed
Probably doing somethginf hopelessly wrong...
martin
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: cg-clone failing to get cogito latest tree.
2005-08-01 2:49 cg-clone failing to get cogito latest tree Martin Langhoff
@ 2005-08-01 8:13 ` Komal Shah
2005-08-05 0:15 ` Petr Baudis
1 sibling, 0 replies; 3+ messages in thread
From: Komal Shah @ 2005-08-01 8:13 UTC (permalink / raw)
To: Martin Langhoff, GIT
--- Martin Langhoff <martin.langhoff@gmail.com> wrote:
> On a new machine, trying to boostrap into latest cogito, I download
> and make cogito 0.12.1, and then...
>
> $ cg-clone http://www.kernel.org/pub/scm/cogito/cogito.git cogito
> defaulting to local storage area
> 14:48:53
Please try "rsync" method too. Last week http seem to be broken. I have
tried linux-omap tree and "rsync" worked, but "http" was failing.
---Komal Shah
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: cg-clone failing to get cogito latest tree.
2005-08-01 2:49 cg-clone failing to get cogito latest tree Martin Langhoff
2005-08-01 8:13 ` Komal Shah
@ 2005-08-05 0:15 ` Petr Baudis
1 sibling, 0 replies; 3+ messages in thread
From: Petr Baudis @ 2005-08-05 0:15 UTC (permalink / raw)
To: Martin Langhoff; +Cc: GIT
Dear diary, on Mon, Aug 01, 2005 at 04:49:37AM CEST, I got a letter
where Martin Langhoff <martin.langhoff@gmail.com> told me that...
> On a new machine, trying to boostrap into latest cogito, I download
> and make cogito 0.12.1, and then...
>
> $ cg-clone http://www.kernel.org/pub/scm/cogito/cogito.git cogito
> defaulting to local storage area
> 14:48:53 URL:http://www.kernel.org/pub/scm/cogito/cogito.git/refs/heads/master
> [41/41] -> "refs/heads/origin" [1]
> progress: 34 objects, 45126 bytes
> error: File d2072194059c65f92487c84c53b9f6b5da780d14
> (http://www.kernel.org/pub/scm/cogito/cogito.git/objects/d2/072194059c65f92487c84c53b9f6b5da780d14)
> corrupt
>
> Cannot obtain needed blob d2072194059c65f92487c84c53b9f6b5da780d14
> while processing commit 0000000000000000000000000000000000000000.
> cg-pull: objects pull failed
> cg-init: pull failed
>
> any hints? I have a similar problem fetching git with cg-clone:
That was caused by inadvertent packs appearance in the Cogito
repository. Should be fixed now, sorry about any trouble.
> $ cg-clone http://www.kernel.org/pub/scm/git/git.git git
> defaulting to local storage area
> 14:53:44 URL:http://www.kernel.org/pub/scm/git/git.git/refs/heads/master
> [41/41] -> "refs/heads/origin" [1]
> progress: 2 objects, 4666 bytes
> error: File 6ff87c4664981e4397625791c8ea3bbb5f2279a3
> (http://www.kernel.org/pub/scm/git/git.git/objects/6f/f87c4664981e4397625791c8ea3bbb5f2279a3)
> corrupt
>
> Cannot obtain needed blob 6ff87c4664981e4397625791c8ea3bbb5f2279a3
> while processing commit 0000000000000000000000000000000000000000.
> cg-pull: objects pull failed
> cg-init: pull failed
>
> Probably doing somethginf hopelessly wrong...
Newer Git version should cure that. If you want to get it by Git,
though, you might want to defer to rsync transport for a moment.
--
Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
If you want the holes in your knowledge showing up try teaching
someone. -- Alan Cox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-08-05 0:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-01 2:49 cg-clone failing to get cogito latest tree Martin Langhoff
2005-08-01 8:13 ` Komal Shah
2005-08-05 0:15 ` Petr Baudis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).