git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git pull fails with http urls?
@ 2007-09-04 14:10 Richard Purdie
  2007-09-04 19:17 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2007-09-04 14:10 UTC (permalink / raw)
  To: Git Mailing List

I've noticed a problem with pulling http urls. I can clone them fine:

  git clone http://www.gnome.org/~alexl/git/gio.git/

and I can pull with:

  git pull

which works as expected however if I try:

  git pull http://www.gnome.org/~alexl/git/gio.git/

it fails with:

  error: pick-rref: HEAD not found
  No such ref HEAD at http://www.gnome.org/~alexl/git/gio.git/

The HEAD file is there at http://www.gnome.org/~alexl/git/gio.git/HEAD
and:

  git pull http://www.gnome.org/~alexl/git/gio.git/ master

works. It seems git just doesn't want to see/understand the HEAD file?

Is the above supposed to work or is something wrong with the above
commands? I see this with git 1.5.2.3 and 1.5.3, google suggests this
might have worked with 1.4.x and broke in 1.5...

Regards,

Richard

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

end of thread, other threads:[~2007-09-04 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-04 14:10 git pull fails with http urls? Richard Purdie
2007-09-04 19:17 ` Junio C Hamano

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