All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] git remote add failure
@ 2007-10-18  8:55 Guido Ostkamp
  2007-10-18 16:09 ` Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: Guido Ostkamp @ 2007-10-18  8:55 UTC (permalink / raw)
  To: Git Mailing List

Hello,

I think I've found a bug in "git remote add". I tried the following:

$ git remote add -f spearce2 http://repo.or.cz/git/spearce.git
Cannot get the repository state from http://repo.or.cz/git/spearce.git
fetch spearce2: command returned error: 1

Obviously I used the wrong URI. Then I tried again:

$ git remote add -f spearce2 http://repo.or.cz/r/git/spearce.git
remote spearce2 already exists.

I think Git should not store the bad info and block the name when the
first call wasn't successfull.

Regards

Guido

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

end of thread, other threads:[~2007-10-19  0:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18  8:55 [BUG] git remote add failure Guido Ostkamp
2007-10-18 16:09 ` Johannes Schindelin
2007-10-19  0:20   ` Shawn O. Pearce

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.