Git
安装Git(Windows)
http://help.github.com/win-set-up-git/
Git历险记
http://www.infoq.com/cn/git-adventures
Git书籍
为 Git Bash 设置代理,方法应该是有2种
1. $ git config --global http.proxy=yourproxyserver:theport
2. export http_proxy=http://proxy.compay.com
安装Git(Windows)
http://help.github.com/win-set-up-git/
Git历险记
http://www.infoq.com/cn/git-adventures
Git书籍
为 Git Bash 设置代理,方法应该是有2种
1. $ git config --global http.proxy=yourproxyserver:theport
2. export http_proxy=http://proxy.compay.com