Problem:
You want to connect to the Git Server via HTTPS (say GitHub.com), but you are behind a proxy. You know the proxy information.
Fix:
Issue the following Git command from the Git Bash. In this example my proxy is at DaProxy... port 8123
config --global http.proxy http://DaProxy.myhospital.edu:8123
1 comment:
It does not fugging work!
Post a Comment