From: Bernie Innocenti <bernie@develer.com>
To: git@vger.kernel.org
Cc: Giovanni Bajo <rasky@develer.com>
Subject: Re: Obfuscated error message
Date: Wed, 11 Mar 2009 05:28:50 +0100 [thread overview]
Message-ID: <49B73E02.7040406@develer.com> (raw)
In-Reply-To: <49B73D1A.4050605@codewiz.org>
Bernie Innocenti wrote:
> A friend who uses Mercurial pointed this out as a reson why
> Git is evil:
>
> rasky@lilax:~/src$ git clone git://www.develer.com/doesnt-exist
> Initialized empty Git repository in /home/rasky/src/doesnt-exist/.git/
> fatal: The remote end hung up unexpectedly
>
> Plus, the directory was not really there :-)
>
> rasky@lilax:~/src$ hg clone hg://www.develer.com/doesnt-exist
> abort: repository hg://www.develer.com/doesnt-exist not found!
>
> rasky@lilax:~/src$ svn co svn://www.develer.com/doesnt-exist
> svn: URL 'svn://www.develer.com/doesnt-exist' doesn't exist
>
And another really nasty one:
trinity:~/foo$ git init
Initialized empty shared Git repository in /home/bernie/foo/.git/
trinity:~/foo$ git push
fatal: 'origin': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly
Both are with git HEAD as of today.
--
// Bernie Innocenti - http://www.codewiz.org/
\X/ Sugar Labs - http://www.sugarlabs.org/
prev parent reply other threads:[~2009-03-11 4:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-11 4:24 Obfuscated error message Bernie Innocenti
2009-03-11 4:28 ` Bernie Innocenti [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49B73E02.7040406@develer.com \
--to=bernie@develer.com \
--cc=bernie@codewiz.org \
--cc=git@vger.kernel.org \
--cc=rasky@develer.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.