Re: Using git with http behind proxy with authentification?

2005-08-01 Thread Dirk Behme
Darrin Thompson wrote: On Sat, 2005-07-23 at 12:21 +0200, Dirk Behme wrote: In the past, for bk I used $ export http_proxy=http://user:[EMAIL PROTECTED]:8080/ which worked. But no luck with cogito/git. Looking into recent cogito/git, the reason for this seems to be that cogito/git uses a c

Re: Using git with http behind proxy with authentification?

2005-07-25 Thread Darrin Thompson
On Sat, 2005-07-23 at 12:21 +0200, Dirk Behme wrote: > In the past, for bk I used > > $ export http_proxy=http://user:[EMAIL PROTECTED]:8080/ > > which worked. But no luck with cogito/git. > > Looking into recent cogito/git, the reason for this seems to be that > cogito/git uses a combination o

Using git with http behind proxy with authentification?

2005-07-23 Thread Dirk Behme
Hi, because I'm sitting behind a firewall I have to use cogito/git using http. But http proxy needs special authentification with user & password. It seems to me that this isn't supported with recent cogito/git? In the past, for bk I used $ export http_proxy=http://user:[EMAIL PROTECTED]:808