Re: Problem with accessing stable git over http

From: Willy Tarreau
Date: Fri Apr 04 2008 - 01:07:38 EST


On Wed, Mar 26, 2008 at 11:35:16AM +0100, Richard MUSIL wrote:
> For some reason I cannot access stable kernel git branches over http
> since version 2.6.23.y.
>
> HTTP access is working for 2.6.22.y
> (http://www.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git)
> - I can fetch from it. It is also working for Linus' dev branch
> (http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git)
> which I clone.
> But for stable 2.6.23.y and 2.6.24.y, when I try fetch, I get in particular:
>
> HTTP GET
> http://www.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.24.y.git/info/refs
> HTTP/1.1
> HTTP HTTP/1.1 404 Not Found (text/html)
>
> I am behind proxy and firewall and I cannot use git protocol.
>
> Does anyone know, what might be a problem? It kind of makes the sources
> unreachable for me :(.

what version of git are you using ? Those files indeed do not exist in
either repository, so it would be good to find why git tries to fetch
them.

> Thanks,
> Richard

regards,
Willy

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/