git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git cole give unexpected error message
@ 2005-12-13 21:28 Sam Ravnborg
  2005-12-13 22:28 ` Petr Baudis
  0 siblings, 1 reply; 5+ messages in thread
From: Sam Ravnborg @ 2005-12-13 21:28 UTC (permalink / raw)
  To: git

Encountered following minor issue today:

Executed:
sam@mars ~/work $ git clone git://git.kernel.org/pub/scm/lib/klibc/klibc.git viggo
defaulting to local storage area
fatal: unexpected EOF

The errormessage "fatal: unexpected EOF" did not immediately tell me
that the requested git repository did not exists.

But I corrected the path and tried again:
sam@mars ~/work $ git clone git://git.kernel.org/pub/scm/libs/klibc/klibc.git viggo
viggo already exists.

So one can see that git did not clean up after the faulty clone.

It would be nice if git:
1) Displayed a more meaningfull error message
2) Cleaned up so I did not have to do a manual rm -rf viggo


cogito being a nice porcelain gives the git errormessage but manage to
clean up when the clone fails.
So also cogito would benefit from a more descriptive errormessage.

	Sam

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

end of thread, other threads:[~2005-12-14 21:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-13 21:28 git cole give unexpected error message Sam Ravnborg
2005-12-13 22:28 ` Petr Baudis
2005-12-14  9:36   ` Andreas Ericsson
2005-12-14 11:41     ` Petr Baudis
2005-12-14 21:20   ` Sam Ravnborg

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).