Thursday 6 October 2016

Git returns 407 from proxy after connect.

Git returns 407 from proxy after connect.


This is due to corporate proxy
git config --global http.proxy  http://.....:8080

Then, you need to set ssl false

git config --global http.sslVerify false



0 comments:

Post a Comment