Git

安装Git(Windows)

http://help.github.com/win-set-up-git/

Git历险记

http://www.infoq.com/cn/git-adventures

Git书籍

GitCommunityBook 中文版

ProGit 中文版

Git is the next Unix

 

为 Git Bash 设置代理,方法应该是有2种

1. $ git config --global http.proxy=yourproxyserver:theport

2. export http_proxy=http://proxy.compay.com

posted @ 2011-04-10 20:49  leavingme  阅读(297)  评论(0)    收藏  举报