On 1/12/06, Beber [off-list ref] wrote:
Is there plan to allow proxy authentication and http/webdav remote
repository authentication ?
It seem that's it's quiet non-working for now.
search the list archives for more detail, but
export http_proxy=http://my.proxy.tld:8080/
git foo
should work. Have you tried embedding auth details in the url? Try
http://user:pass@my.proxy.tld:8080/
cheers,
martin