We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error while loading. Please reload this page.