Hi
I've got this problem when issuing the following command in a kernel repo:
$ git branch
* master
origin
$ git pull -tags
fatal: unexpected EOF
Fetch failure:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
My git version is '1.4.4.2'
Can anybody tell me what I'm doing wrong ?
thanks
--
On Mon, 18 Dec 2006 12:56:09 +0100
"Francis Moreau" [off-list ref] wrote:
fatal: unexpected EOF
Fetch failure:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
My git version is '1.4.4.2'
Can anybody tell me what I'm doing wrong ?
You're not doing anything wrong. There is a problem on one of the
kernel.org mirrors, it seems to have been that way for a few days.
If you use "204.152.191.37" instead of git.kernel.org it should work.
On 12/18/06, Sean [off-list ref] wrote:
You're not doing anything wrong. There is a problem on one of the
kernel.org mirrors, it seems to have been that way for a few days.
If you use "204.152.191.37" instead of git.kernel.org it should work.
Yes it does.
thanks for your answer.
--