Clone using a proxy
suggest changeIf you need to download files with git under a proxy, setting proxy server system-wide couldn’t be enough. You could also try the following:
git config --global http.proxy http://<proxy-server>:<port>/
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents