git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* unexpected EOF?
@ 2005-12-01 13:42 Jon Loeliger
  2005-12-01 13:49 ` Tim O'Callaghan
  2005-12-01 18:40 ` Linus Torvalds
  0 siblings, 2 replies; 3+ messages in thread
From: Jon Loeliger @ 2005-12-01 13:42 UTC (permalink / raw)
  To: git


I thought I had imagined this last time, but now 
that it has happened twice, I'm not so sure what
is going on.  First pull attempt garners an
unexpected EOF message; immediately pull again
seems to work.

Some state:

jdl@ubuntu:/usr/src/git-core$ git --version
git version 0.99.9j

jdl@ubuntu:/usr/src/git-core$ cat .git/remotes/origin
URL: git://git.kernel.org/pub/scm/git/git.git/
Pull: master:origin
Pull: todo:todo
Pull: maint:maint
Pull: pu:pu

And the error capture:

jdl@ubuntu:/usr/src/git-core$ git pull origin
fatal: unexpected EOF
Fetch failure: git://git.kernel.org/pub/scm/git/git.git/
jdl@ubuntu:/usr/src/git-core$ git pull origin
Unpacking 17 objects
 100% (17/17) done
* committish: d175455acaaba6bd39dd2d5ec71961bf238f06d4
  branch 'todo' of git://git.kernel.org/pub/scm/git/git
* refs/heads/todo: same as branch 'todo' of git://git.kernel.org/pub/scm/git/git* committish: 93dcab2937624ebb97f91807576cddb242a55a46
  branch 'maint' of git://git.kernel.org/pub/scm/git/git
* refs/heads/maint: same as branch 'maint' of git://git.kernel.org/pub/scm/git/git
* committish: b34403aa97047f90c0cdd5177e63a8e7530e3388
  branch 'master' of git://git.kernel.org/pub/scm/git/git
* refs/heads/origin: same as branch 'master' of git://git.kernel.org/pub/scm/git/git
* committish: 6e35634a4d595d554423b04438bfa8b523414c54
  branch 'pu' of git://git.kernel.org/pub/scm/git/git
* refs/heads/pu: does not fast forward to branch 'pu' of git://git.kernel.org/pub/scm/git/git;
  not updating.
Already up-to-date.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-01 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-01 13:42 unexpected EOF? Jon Loeliger
2005-12-01 13:49 ` Tim O'Callaghan
2005-12-01 18:40 ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).