赞
踩
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~
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。