Re: git 2.8.1 not working with socks5h https proxy anymore

2016-04-10 Thread Junio C Hamano
Felix Ruess writes: > Thanks a lot! > Tested the patch and it works as expected :-) Thanks, lets do this, then. -- >8 -- Subject: [PATCH] http: differentiate socks5:// and socks5h:// Felix Ruess noticed that with configuration $ git config --global 'http.proxy=socks5h://127.0.0.1:1080'

Re: git 2.8.1 not working with socks5h https proxy anymore

2016-04-09 Thread Felix Ruess
Thanks a lot! Tested the patch and it works as expected :-) On Fri, Apr 8, 2016 at 9:16 PM, Junio C Hamano wrote: > Felix Ruess writes: > >> I just encountered a problem with the latest git version (2.8.1) that >> looks like a regression to me: >> When trying to clone a repo via a https socks5 p

Re: git 2.8.1 not working with socks5h https proxy anymore

2016-04-08 Thread Junio C Hamano
Felix Ruess writes: > I just encountered a problem with the latest git version (2.8.1) that > looks like a regression to me: > When trying to clone a repo via a https socks5 proxy the connection times out: > > $ git config --global 'http.proxy=socks5h://127.0.0.1:1080' The first version of Git t

Re: git 2.8.1 not working with socks5h https proxy anymore

2016-04-08 Thread Dennis Kaarsemaker
On vr, 2016-04-08 at 20:46 +0200, Felix Ruess wrote: > Hi all, > > I just encountered a problem with the latest git version (2.8.1) that > looks like a regression to me: > When trying to clone a repo via a https socks5 proxy the connection > times out: > > $ git config --global 'http.proxy=socks5

git 2.8.1 not working with socks5h https proxy anymore

2016-04-08 Thread Felix Ruess
Hi all, I just encountered a problem with the latest git version (2.8.1) that looks like a regression to me: When trying to clone a repo via a https socks5 proxy the connection times out: $ git config --global 'http.proxy=socks5h://127.0.0.1:1080' $ export GIT_CURL_VERBOSE=1 $ git clone https://f