用腾讯云国内大陆服务器来拉取github上某些项目估计大家都有相同的经历,实在是太慢了,慢的让人发狂
故自己也搜索了一下,发现了网上有大佬已经给出了方案。
在这里我也来说下。
fastgit.org
gitclone.com
cnpmjs.org
https://github.com.cnpmjs.org/
原链接
git clone https://github.com/tencentyun/qcloud-documents.git
加速后的链接
git clone https://github.com.cnpmjs.org/tencentyun/qcloud-documents.git
git clone https://hub.fastgit.org/tencentyun/qcloud-documents.git
git clone https://gitclone.com/github.com/tencentyun/qcloud-documents.git
原链接
wget https://github.com/tencentyun/qcloud-documents/archive/master.zip
加速后的链接
wget https://hub.fastgit.org/tencentyun/qcloud-documents/archive/master.zip
wget https://github.com.cnpmjs.org/tencentyun/qcloud-documents/archive/master.zip
wget https://gitclone.com/github.com/tencentyun/qcloud-documents/archive/master.zip
在这里经过测试 https://hub.fastgit.org
这个速度比较理想,有需要的可以试一试。
本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。
本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。