Re: [OT] 'git pull' from Linus' tree doesn't work for me any more

From: Linus Torvalds
Date: Wed Aug 20 2008 - 18:51:49 EST




On Thu, 21 Aug 2008, Rafael J. Wysocki wrote:
>
> Does anybody else see something like this after the latest push from Linus:
>
> ~/devel/linux-2.6> git pull
> fatal: The remote end hung up unexpectedly
> Cannot get the repository state from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
>
> I see this on two different machines.

It might easily be just a temporary glitch in the matrix.

It happens sometimes because the kernel.org machines use rsync to
synchronize with each other, and since it's not really a git-aware
protocol, rsync might copy the branch files _before_ it copies the object
files.

It starts working after a few minutes when the rsync has completed.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/