RE: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-21 Thread Enrique Tobis
From: Junio C Hamano [mailto:jch2...@gmail.com] On Behalf Of Junio C Hamano [administrivia: please do not cull people out of the Cc: list] Johan Laenen writes: > Enrique Tobis twosigma.com> writes: > >> There is something I don't understand, though. Johan must be >> configuring his proxy eith

Re: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-21 Thread Junio C Hamano
[administrivia: please do not cull people out of the Cc: list] Johan Laenen writes: > Enrique Tobis twosigma.com> writes: > >> There is something I don't understand, though. Johan must be >> configuring his proxy either a) through git config files; or b) >> through environment variables. Johan

Re: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-21 Thread Johan Laenen
Enrique Tobis twosigma.com> writes: > There is something I don't understand, though. Johan must be configuring his proxy either a) through git > config files; or b) through environment variables. Johan says his proxy uses NTLM authentication. If he > is doing a), then my change should not have ha

Re: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-20 Thread Johan Laenen
Enrique Tobis twosigma.com> writes: > run GIT_CURL_VERBOSE=1 git pull and send the output. That should show the > failing authentication method. Please see the file in attachment, greetings, Johan $ GIT_CURL_VERBOSE=1 /bin/git pull * STATE: INIT => CONNECT handle 0x20081bd0; line 1090 (conn

Re: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-20 Thread Johan Laenen
Enrique Tobis twosigma.com> writes: > Johan: how are you configuring your proxy? Git configuration or environment variables? Also, could you I'm just using the https_proxy environment variable, not the git configuration: $ export https_proxy=http://:@myproxy:8080 Sorry for the multiple at

RE: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-20 Thread Enrique Tobis
From: Junio C Hamano [mailto:jch2...@gmail.com] On Behalf Of Junio C Hamano > Enrique Tobis writes: >> Hey! >> >> I'm really sorry to hear that. >> >> That change should enable more forms of authentication with your >> proxy, but it does cause libcurl to choose the one it finds most >> secur

Re: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-20 Thread Junio C Hamano
Enrique Tobis writes: > Hey! > > I'm really sorry to hear that. > > That change should enable more forms of authentication with your > proxy, but it does cause libcurl to choose the one it finds most > secure, according to the docs > (http://curl.haxx.se/libcurl/c/CURLOPT_HTTPAUTH.html) What kind

Re: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-20 Thread Johan Laenen
Johan Laenen gmail.com> writes: I'm not the only one. Another cygwin user is experiencing the exact same problem, see http://permalink.gmane.org/gmane.os.cygwin/155039 for more info. greetings, Johan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to

Re: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-20 Thread Johan Laenen
Enrique Tobis twosigma.com> writes: > > Hey! > > I'm really sorry to hear that. > > That change should enable more forms of authentication with your proxy, but it does cause libcurl to choose > the one it finds most secure, according to the docs > (http://curl.haxx.se/libcurl/c/CURLOPT_HTTPAUT

RE: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-20 Thread Enrique Tobis
any's firewall. Hi, I'm just Cc-ing Enrique, the author of 5841520b. Johan Laenen writes: > Commit 5841520b makes it impossible to connect to github from behind my > company's firewall. > > I'm running CYGWIN_NT-6.1 and the default git version 2.5.3 complains wi

Re: Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-20 Thread Matthieu Moy
Hi, I'm just Cc-ing Enrique, the author of 5841520b. Johan Laenen writes: > Commit 5841520b makes it impossible to connect to github from behind my > company's firewall. > > I'm running CYGWIN_NT-6.1 and the default git version 2.5.3 complains with a > fatal

Commit 5841520b makes it impossible to connect to github from behind my company's firewall.

2015-10-20 Thread Johan Laenen
Commit 5841520b makes it impossible to connect to github from behind my company's firewall. I'm running CYGWIN_NT-6.1 and the default git version 2.5.3 complains with a fatal error when trying to git pull: $ /bin/git --version git version 2.5.3 $ /bin/git pull fatal: unable to acc