github有时候git clone太慢了,用国内镜像的话就可以大大加速。我目前发现2个镜像网站:

https://kgithub.com
https://hub.fastgit.org
https://github.com.cnpmjs.org

目前测评来看,第一个镜像比较稳定,速度也快。
使用方法

git clone https://github.com/xxx/xxx.git

改成

git clone https://hub.fastgit.org/xxx/xxx.git

目前来看,已经有两个镜像失效,只有:

https://kgithub.com

这个镜像与github.com非常相似,只需加一个k就可以。所以,每当你git clone不下仓库的时候,可以考虑多加一个k~

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐