Re: Git via a proxy server?

From: Anderson Lizardo
Date: Wed Feb 22 2006 - 14:20:20 EST


On 2/22/06, Salyzyn, Mark <mark_salyzyn@xxxxxxxxxxx> wrote:
> [...]
> Doesn't even appear to hit the proxy server. MIS had opened up the port
> directly as a test using:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jejb/
>
> worked fine, but it can not be a permanent arrangement. They have the
> same port on the proxy server set up as well, but the logs indicate zero
> hits.

Hi,

Try using the HTTP protocol. It's slower but usually works fine under
HTTP proxies:

export http_proxy=proxyserver:8080

git clone http://git.kernel.org/pub/scm/linux/kernel/git/jejb/

Regards,
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
-
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/