* Proxy and authentication
@ 2006-01-11 14:53 Beber
2006-01-11 18:26 ` Martin Langhoff
2006-01-11 18:51 ` Nick Hengeveld
0 siblings, 2 replies; 4+ messages in thread
From: Beber @ 2006-01-11 14:53 UTC (permalink / raw)
To: git
Hi,
Is there plan to allow proxy authentication and http/webdav remote
repository authentication ?
It seem that's it's quiet non-working for now.
Thanks
Beber
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Proxy and authentication
2006-01-11 14:53 Proxy and authentication Beber
@ 2006-01-11 18:26 ` Martin Langhoff
2006-01-11 23:08 ` Beber
2006-01-11 18:51 ` Nick Hengeveld
1 sibling, 1 reply; 4+ messages in thread
From: Martin Langhoff @ 2006-01-11 18:26 UTC (permalink / raw)
To: Beber; +Cc: git
On 1/12/06, Beber <beber.lkml@gmail.com> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Proxy and authentication
2006-01-11 14:53 Proxy and authentication Beber
2006-01-11 18:26 ` Martin Langhoff
@ 2006-01-11 18:51 ` Nick Hengeveld
1 sibling, 0 replies; 4+ messages in thread
From: Nick Hengeveld @ 2006-01-11 18:51 UTC (permalink / raw)
To: Beber; +Cc: git
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Proxy and authentication
2006-01-11 18:26 ` Martin Langhoff
@ 2006-01-11 23:08 ` Beber
0 siblings, 0 replies; 4+ messages in thread
From: Beber @ 2006-01-11 23:08 UTC (permalink / raw)
To: Martin Langhoff; +Cc: git
On 1/11/06, Martin Langhoff <martin.langhoff@gmail.com> wrote:
> On 1/12/06, Beber <beber.lkml@gmail.com> 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/
Yes it works if you have a password without any strange characters
like @ : and so
>
> cheers,
>
>
> martin
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-01-11 23:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-11 14:53 Proxy and authentication Beber
2006-01-11 18:26 ` Martin Langhoff
2006-01-11 23:08 ` Beber
2006-01-11 18:51 ` Nick Hengeveld
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).