使用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

你可能感兴趣的:(Android开发)