改了hosts之后,浏览器访问github没问题,直接下载code也没问题,但是git clone的时候速度尤其慢,通常只有200 KB/s,于是上网探寻到一个答案,就是使用中文镜像网站,真香!
只需要将 git clone https://github.com/<repo地址>.git 改为
git clone https://github.com/<repo地址>.git
git clone https://github.com.cnpmjs.org/<repo地址>.git 就可以实现一键式加速。
git clone https://github.com.cnpmjs.org/<repo地址>.git