快速有效解决GitHub 下载慢的问题!

解决办法:

使用国内镜像,目前已知Github国内镜像网站有github.com.cnpmjs.org和git.sdut.me/。速度根据各地情况而定,在clone某个项目的时候将github.com替换为github.com.cnpmjs.org即可

//这是我们要clone的
git clone https://github.com/Hackergeek/architecture-samples
 
//使用国内镜像
git clone https://github.com.cnpmjs.org/Hackergeek/architecture-samples
 

猜你喜欢

转载自blog.csdn.net/weixin_46533797/article/details/112303403
今日推荐