Git Tutorial - daaoling/daaoling.github.io GitHub Wiki

Git Tutorial

For Windows, the command is:

C:> set HTTP_PROXY=http://proxy.mycompany:80 C:> git config --global http.proxy %HTTP_PROXY% On a Unix/Linux system, use

$ HTTP_PROXY=http://proxy.mycompany:80 $ git config --global http.proxy $HTTP_PROXY

⚠️ **GitHub.com Fallback** ⚠️