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
On Wed, Jan 11, 2006 at 03:53:23PM +0100, Beber wrote:
Is there plan to allow proxy authentication and http/webdav remote
repository authentication ?
You can use .netrc for HTTP auth credentials, but I don't believe that
handles proxy authentication.
--
For a successful technology, reality must take precedence over public
relations, for nature cannot be fooled.
On 1/11/06, Martin Langhoff [off-list ref] wrote:
On 1/12/06, Beber [off-list ref] wrote:
quoted
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/
Yes it works if you have a password without any strange characters
like @ : and so
cheers,
martin