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
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