利用git从GitHub上拉取项目

0、新建文件夹名为project
文件夹内git bash here

1、 输入以下命令
git clone https://github.com/xx/xx.git

2、遇见问题 time out 或者errno 10544

就是网速不行,需要取消代理
git config --global --unset https.proxy

3、重新执行步骤1

你可能感兴趣的:(工具,git,github)