美文网首页
Github国内加速克隆及下载

Github国内加速克隆及下载

作者: 与狼共舞666 | 来源:发表于2022-05-16 22:41 被阅读0次

用腾讯云国内大陆服务器来拉取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

相关文章

网友评论

      本文标题:Github国内加速克隆及下载

      本文链接:https://www.haomeiwen.com/subject/uucgurtx.html