* git question
@ 2006-02-14 10:04 Jes Sorensen
2006-02-14 13:12 ` Jes Sorensen
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Jes Sorensen @ 2006-02-14 10:04 UTC (permalink / raw)
To: linux-ia64
Hi,
I was trying to checkout a copy of Tony's release tree, but I get a
strange error when doing so.
Anyone know how to get around this, or is it not possible to do so?
first:
git-clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
then:
[jes@tomahawk linux-2.6]$ git-pull
fatal: Needed a single revision
Pulling into a black hole?
???
Thanks,
Jes
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git question
2006-02-14 10:04 git question Jes Sorensen
@ 2006-02-14 13:12 ` Jes Sorensen
2006-02-14 16:56 ` Luck, Tony
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Jes Sorensen @ 2006-02-14 13:12 UTC (permalink / raw)
To: linux-ia64
>>>>> "Jes" = Jes Sorensen <jes@sgi.com> writes:
Jes> Anyone know how to get around this, or is it not possible to do
Jes> so?
Jes> first: git-clone
Jes> rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Jes> then: [jes@tomahawk linux-2.6]$ git-pull fatal: Needed a single
Jes> revision Pulling into a black hole?
Matthew suggested that I use git: of rsync: and strangely enough that
works. Baffling, but hey, I now have what I wanted ;)
Thanks,
Jes
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: git question
2006-02-14 10:04 git question Jes Sorensen
2006-02-14 13:12 ` Jes Sorensen
@ 2006-02-14 16:56 ` Luck, Tony
2006-02-28 9:51 ` Jes Sorensen
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Luck, Tony @ 2006-02-14 16:56 UTC (permalink / raw)
To: linux-ia64
Jes> first: git-clone
Jes> rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Jes> then: [jes@tomahawk linux-2.6]$ git-pull fatal: Needed a single
Jes> revision Pulling into a black hole?
Jes> Matthew suggested that I use git: of rsync: and strangely enough that
Jes> works. Baffling, but hey, I now have what I wanted ;)
I'm not sure what happened. I did swap-out my links to the packfiles in
Linus' tree ... but I ran the "git prune" and "git-update-server-info"
afterwards. So the tree should have been consistent (but possibly might
have had some objects in the packfiles that might not have been needed
by the heads in my tree if Linus was ahead of my tree).
In general the "rsync:" protocol should be the lowest overhead for a
fresh clone, but "git:" should be better for subsequent pulls and fetches.
-Tony
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git question
2006-02-14 10:04 git question Jes Sorensen
2006-02-14 13:12 ` Jes Sorensen
2006-02-14 16:56 ` Luck, Tony
@ 2006-02-28 9:51 ` Jes Sorensen
2006-02-28 15:22 ` Luck, Tony
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Jes Sorensen @ 2006-02-28 9:51 UTC (permalink / raw)
To: linux-ia64
Hmmm
Another git issue:
[jes@tomahawk linux-2.6]$ git-pull
fatal: read error (Connection reset by peer)
Fetch failure: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Anyone seen that one before? Worked last week.
Thanks,
Jes
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: git question
2006-02-14 10:04 git question Jes Sorensen
` (2 preceding siblings ...)
2006-02-28 9:51 ` Jes Sorensen
@ 2006-02-28 15:22 ` Luck, Tony
2006-02-28 15:45 ` Jes Sorensen
2006-02-28 15:51 ` Luck, Tony
5 siblings, 0 replies; 7+ messages in thread
From: Luck, Tony @ 2006-02-28 15:22 UTC (permalink / raw)
To: linux-ia64
> Another git issue:
>
> [jes@tomahawk linux-2.6]$ git-pull
> fatal: read error (Connection reset by peer)
> Fetch failure: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
>
> Anyone seen that one before? Worked last week.
Not my fault (this time). I haven't pushed anything up to kernel.org
(or made any other repo changes) since Feb 18th. The version of git
on kernel.org was updated to 1.2.3 on Feb 23rd. What date was your last
good pull?
-Tony
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git question
2006-02-14 10:04 git question Jes Sorensen
` (3 preceding siblings ...)
2006-02-28 15:22 ` Luck, Tony
@ 2006-02-28 15:45 ` Jes Sorensen
2006-02-28 15:51 ` Luck, Tony
5 siblings, 0 replies; 7+ messages in thread
From: Jes Sorensen @ 2006-02-28 15:45 UTC (permalink / raw)
To: linux-ia64
Luck, Tony wrote:
>>Another git issue:
>>
>>[jes@tomahawk linux-2.6]$ git-pull
>>fatal: read error (Connection reset by peer)
>>Fetch failure: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
>>
>>Anyone seen that one before? Worked last week.
>
>
> Not my fault (this time). I haven't pushed anything up to kernel.org
> (or made any other repo changes) since Feb 18th. The version of git
> on kernel.org was updated to 1.2.3 on Feb 23rd. What date was your last
> good pull?
Hmm I wonder if thats it. I had a good pull on Thursday for sure, but
I think I did on Friday as well. Someone else reported problems against
other repos.
It seems that if one keeps retrying, eventually it will work, but it
seems very random.
Cheers,
Jes
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: git question
2006-02-14 10:04 git question Jes Sorensen
` (4 preceding siblings ...)
2006-02-28 15:45 ` Jes Sorensen
@ 2006-02-28 15:51 ` Luck, Tony
5 siblings, 0 replies; 7+ messages in thread
From: Luck, Tony @ 2006-02-28 15:51 UTC (permalink / raw)
To: linux-ia64
> It seems that if one keeps retrying, eventually it will work, but it
> seems very random.
Perhaps there is something wrong on one of the kernel.org front-end
systems. You can force a specific one using git1.kernel.org or
git2.kernel.org
-Tony
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-02-28 15:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-14 10:04 git question Jes Sorensen
2006-02-14 13:12 ` Jes Sorensen
2006-02-14 16:56 ` Luck, Tony
2006-02-28 9:51 ` Jes Sorensen
2006-02-28 15:22 ` Luck, Tony
2006-02-28 15:45 ` Jes Sorensen
2006-02-28 15:51 ` Luck, Tony
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox