git clone太慢,经常失败解决方法
例如要访问github一个repo:
git clone https://github.com/mwaskom/seaborn.git
只需要使用github的镜像网站git.com.cnpmjs.org,将原本命令替换为
git clone https://github.com.cnpmjs.org/mwaskom/seaborn.git
例如要访问github一个repo:
git clone https://github.com/mwaskom/seaborn.git
只需要使用github的镜像网站git.com.cnpmjs.org,将原本命令替换为
git clone https://github.com.cnpmjs.org/mwaskom/seaborn.git