Github国内加速克隆及下载

2022-05-16  本文已影响0人  与狼共舞666

用腾讯云国内大陆服务器来拉取github上某些项目估计大家都有相同的经历,实在是太慢了,慢的让人发狂

故自己也搜索了一下,发现了网上有大佬已经给出了方案。

在这里我也来说下。

fastgit.org

https://doc.fastgit.org/

gitclone.com

https://gitclone.com/

cnpmjs.org

https://github.com.cnpmjs.org/

克隆加速 like

原链接

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

下载加速 like

原链接

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
上一篇 下一篇

猜你喜欢

热点阅读