Created
October 12, 2010 11:23
-
-
Save philippeantoine/622030 to your computer and use it in GitHub Desktop.
config git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global http.sslVerify false | |
git config --global http.proxy http://login:pass@proxy:8080/ | |
test : | |
git config --list | |
set PATH=C:\bin\ruby-1.8.7-p299-i386-mingw32\bin;C:\bin\PortableGit\bin;%PATH% | |
set HOME=C:\atelier | |
set HOMEDRIVE=C: | |
set HOMEPATH=\atelier | |
set HOME_NET=c:\atelier | |
set http_proxy=http://login:pass@proxy:8080/ | |
set USERPROFILE=C:\atelier | |
cmd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment