Edit with e.g. Far .gitconfig (usually it is located under C:\Users\youraccount\)
Add these locs:
[http]
sslVerify = false
proxy = http://username:passwd@domain:port
Where “username” is your domain username.
The same you can do it with editing in CLI e.g. cmd :
git config --global --edit
or
git config --global http.sslVerify false
git config --global http://username:passwd@domain:port
No comments:
Post a Comment