Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Git Tutorial

zjy edited this page Dec 5, 2016 · 2 revisions

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

Clone this wiki locally