使用GIT在GITHUB上拉取项目
windows环境下:
1.安装GIT
2.设置GIT使用http proxy(如果需要设置代理的话)
? ?git config --global http.proxy http://username:pwd@proxy_server:8080
3.git clone?https://github.com/facebook/folly.git
发布时间: 2012-07-08 17:43:44 作者: rapoo
使用GIT在GITHUB上拉取项目
windows环境下:
1.安装GIT
2.设置GIT使用http proxy(如果需要设置代理的话)
? ?git config --global http.proxy http://username:pwd@proxy_server:8080
3.git clone?https://github.com/facebook/folly.git