git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git cloning fails
@ 2008-04-08 13:00 Abraham Arce
  2008-04-08 13:13 ` Jeff King
  0 siblings, 1 reply; 5+ messages in thread
From: Abraham Arce @ 2008-04-08 13:00 UTC (permalink / raw)
  To: git

Hello,

While cloning git repository

git clone http://www.kernel.org/pub/scm/git/git.git

I've received the following message:

got 33682a5e98adfd8ba4ce0e21363c443bd273eb77
error: Couldn't get
http://www.kernel.org/pub/scm/git/git.git/refs/tags/gitgui-0.6.0 for
tags/gitgui-0.6.0
The requested URL returned error: 404
error: Could not interpret tags/gitgui-0.6.0 as something to pull

Any idea?

Best Regards
Abraham

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

* Re: git cloning fails
  2008-04-08 13:00 git cloning fails Abraham Arce
@ 2008-04-08 13:13 ` Jeff King
  2008-04-08 18:51   ` Junio C Hamano
  2008-04-08 19:40   ` Abraham Arce
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff King @ 2008-04-08 13:13 UTC (permalink / raw)
  To: Abraham Arce; +Cc: git

On Tue, Apr 08, 2008 at 08:00:20AM -0500, Abraham Arce wrote:

> While cloning git repository
> 
> git clone http://www.kernel.org/pub/scm/git/git.git
> 
> I've received the following message:
> 
> got 33682a5e98adfd8ba4ce0e21363c443bd273eb77
> error: Couldn't get
> http://www.kernel.org/pub/scm/git/git.git/refs/tags/gitgui-0.6.0 for
> tags/gitgui-0.6.0
> The requested URL returned error: 404
> error: Could not interpret tags/gitgui-0.6.0 as something to pull

This works just fine for me. Which git version are you using? Does the
problem still exist if you try again? If that URL did in fact return a
404, it sounds more like a kernel.org problem.

-Peff

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

* Re: git cloning fails
  2008-04-08 13:13 ` Jeff King
@ 2008-04-08 18:51   ` Junio C Hamano
  2008-04-08 19:40   ` Abraham Arce
  1 sibling, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2008-04-08 18:51 UTC (permalink / raw)
  To: Jeff King; +Cc: Abraham Arce, git

Jeff King <peff@peff.net> writes:

> On Tue, Apr 08, 2008 at 08:00:20AM -0500, Abraham Arce wrote:
>
>> While cloning git repository
>> 
>> git clone http://www.kernel.org/pub/scm/git/git.git
>> 
>> I've received the following message:
>> 
>> got 33682a5e98adfd8ba4ce0e21363c443bd273eb77
>> error: Couldn't get
>> http://www.kernel.org/pub/scm/git/git.git/refs/tags/gitgui-0.6.0 for
>> tags/gitgui-0.6.0
>> The requested URL returned error: 404
>> error: Could not interpret tags/gitgui-0.6.0 as something to pull
>
> This works just fine for me. Which git version are you using? Does the
> problem still exist if you try again? If that URL did in fact return a
> 404, it sounds more like a kernel.org problem.

Mirroring lag among www servers, methinks.

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

* Re: git cloning fails
  2008-04-08 13:13 ` Jeff King
  2008-04-08 18:51   ` Junio C Hamano
@ 2008-04-08 19:40   ` Abraham Arce
  2008-04-08 20:15     ` Jeff King
  1 sibling, 1 reply; 5+ messages in thread
From: Abraham Arce @ 2008-04-08 19:40 UTC (permalink / raw)
  To: Jeff King; +Cc: git

On 4/8/08, Jeff King <peff@peff.net> wrote:
> On Tue, Apr 08, 2008 at 08:00:20AM -0500, Abraham Arce wrote:
>
> > While cloning git repository
> >
> > git clone http://www.kernel.org/pub/scm/git/git.git
> >
> > I've received the following message:
> >
> > got 33682a5e98adfd8ba4ce0e21363c443bd273eb77
> > error: Couldn't get
> > http://www.kernel.org/pub/scm/git/git.git/refs/tags/gitgui-0.6.0 for
> > tags/gitgui-0.6.0
> > The requested URL returned error: 404
> > error: Could not interpret tags/gitgui-0.6.0 as something to pull
>
> This works just fine for me. Which git version are you using? Does the
> problem still exist if you try again? If that URL did in fact return a
> 404, it sounds more like a kernel.org problem.

Thanks!
I've tried 3 times, the git version I am using is 1.5.0.6.

>
> -Peff
>

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

* Re: git cloning fails
  2008-04-08 19:40   ` Abraham Arce
@ 2008-04-08 20:15     ` Jeff King
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff King @ 2008-04-08 20:15 UTC (permalink / raw)
  To: Abraham Arce; +Cc: git

On Tue, Apr 08, 2008 at 02:40:14PM -0500, Abraham Arce wrote:

> > > error: Couldn't get
> > > http://www.kernel.org/pub/scm/git/git.git/refs/tags/gitgui-0.6.0 for
> > > tags/gitgui-0.6.0
> > > The requested URL returned error: 404
> > > error: Could not interpret tags/gitgui-0.6.0 as something to pull
> [...]
> I've tried 3 times, the git version I am using is 1.5.0.6.

Ah, I was able to reproduce with that version. It looks like 1.5.0.6
doesn't properly fetch packed refs over http. IIRC, it _should_ work
with that version (RelNotes-1.5.0 mentions packed refs), but there may
be a bug.

That version is over a year old now, and any bug has long since been
fixed; can you upgrade to a more modern git?

-Peff

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

end of thread, other threads:[~2008-04-08 20:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-08 13:00 git cloning fails Abraham Arce
2008-04-08 13:13 ` Jeff King
2008-04-08 18:51   ` Junio C Hamano
2008-04-08 19:40   ` Abraham Arce
2008-04-08 20:15     ` Jeff King

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