* Cannot get git any more?
@ 2005-07-17 22:49 Wolfgang Denk
2005-07-19 23:38 ` Petr Baudis
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2005-07-17 22:49 UTC (permalink / raw)
To: git
Hi,
I cannot access the git repositorey any more:
-> rpm -q cogito
cogito-0.12.1-1
-> cd git
-> cat .git/branches/origin
rsync://rsync.kernel.org/pub/scm/git/git.git
-> cg-update
@ERROR: Unknown module 'pub'
rsync: connection unexpectedly closed (41 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(342)
cg-pull: unable to get the head pointer of branch master
-> cd ..
-> mv git git.OLD
-> cg-clone rsync://rsync.kernel.org/pub/scm/git/git.git
/usr/local/src/git
defaulting to local storage area
@ERROR: Unknown module 'pub'
rsync: connection unexpectedly closed (41 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(342)
cg-pull: unable to get the head pointer of branch master
cg-init: pull failed
-> rm -fr git
-> cg-clone http://www.kernel.org/pub/scm/git/git.git
/usr/local/src/git
defaulting to local storage area
00:44:43 URL:http://www.kernel.org/pub/scm/git/git.git/refs/heads/master [41/41] -> "refs/heads/origin" [1]
progress: 2 objects, 4252 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
Am I missing something?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
It's all Klatchian to me.
- Terry Pratchett & Stephen Briggs, _The Discworld Companion_
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Cannot get git any more?
2005-07-17 22:49 Cannot get git any more? Wolfgang Denk
@ 2005-07-19 23:38 ` Petr Baudis
2005-07-19 23:50 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Petr Baudis @ 2005-07-19 23:38 UTC (permalink / raw)
To: Wolfgang Denk; +Cc: git
Dear diary, on Mon, Jul 18, 2005 at 12:49:04AM CEST, I got a letter
where Wolfgang Denk <wd@denx.de> told me that...
> -> cd ..
> -> mv git git.OLD
> -> cg-clone rsync://rsync.kernel.org/pub/scm/git/git.git
> /usr/local/src/git
> defaulting to local storage area
> @ERROR: Unknown module 'pub'
> rsync: connection unexpectedly closed (41 bytes read so far)
> rsync error: error in rsync protocol data stream (code 12) at io.c(342)
> cg-pull: unable to get the head pointer of branch master
> cg-init: pull failed
That's puzzling. Try just
rsync -a rsync://rsync.kernel.org/pub/scm/git/git.git /usr/local/src/git
which should fail too and indicates that something must be weird on your
side since it apparently works for the rest of the world. ;-) Try
upgrading rsync, check if it really connects to the real
rsync.kernel.org and such...
> -> rm -fr git
> -> cg-clone http://www.kernel.org/pub/scm/git/git.git
> /usr/local/src/git
> defaulting to local storage area
> 00:44:43 URL:http://www.kernel.org/pub/scm/git/git.git/refs/heads/master [41/41] -> "refs/heads/origin" [1]
> progress: 2 objects, 4252 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
This is unfortunately normal now.
--
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
* Re: Cannot get git any more?
2005-07-19 23:38 ` Petr Baudis
@ 2005-07-19 23:50 ` Wolfgang Denk
0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2005-07-19 23:50 UTC (permalink / raw)
To: Petr Baudis; +Cc: git
In message <20050719233839.GC2255@pasky.ji.cz> you wrote:
>
> > -> cg-clone rsync://rsync.kernel.org/pub/scm/git/git.git
> > /usr/local/src/git
> > defaulting to local storage area
> > @ERROR: Unknown module 'pub'
> > rsync: connection unexpectedly closed (41 bytes read so far)
> > rsync error: error in rsync protocol data stream (code 12) at io.c(342)
> > cg-pull: unable to get the head pointer of branch master
> > cg-init: pull failed
>
> That's puzzling. Try just
>
> rsync -a rsync://rsync.kernel.org/pub/scm/git/git.git /usr/local/src/git
Thanks for the tip. You are right. This was caused by an unlucky
change to one of our firewall rules ;-(
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Applying computer technology is simply finding the right wrench to
pound in the correct screw.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-19 23:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-17 22:49 Cannot get git any more? Wolfgang Denk
2005-07-19 23:38 ` Petr Baudis
2005-07-19 23:50 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox