Re: git pull aborts in 50% of cases
From: Alexey Dobriyan <hidden>
Date: 2016-06-15 22:42:14
On Fri, Dec 02, 2005 at 10:58:43AM -0800, H. Peter Anvin wrote:
Alexey Dobriyan wrote:quoted
$ git pull Already up-to-date. $ git pull Already up-to-date. $ git pull Already up-to-date. $ git pull fatal: unexpected EOF Fetch failure: git://git.kernel.org/pub/scm/git/git.git $ git pull fatal: unexpected EOF Fetch failure: git://git.kernel.org/pub/scm/git/git.git $ git pull Already up-to-date. $ git pull fatal: unexpected EOF Fetch failure: git://git.kernel.org/pub/scm/git/git.git $ git pull fatal: unexpected EOF Fetch failure: git://git.kernel.org/pub/scm/git/git.git Ditto for "git fetch --tags". Can somebody explain what's going on?Do you know which IP address is aborting? There are two servers behind git.kernel.org.
Heisenbug :-\. I'll send IP next time. ~/linux/linux-linus $ while true; do git pull; done Already up-to-date. Already up-to-date. Already up-to-date. Already up-to-date. Already up-to-date. Already up-to-date. Already up-to-date. Already up-to-date. Already up-to-date. Already up-to-date. Already up-to-date.