Github國內mirror加速


https://blog.csdn.net/networken/article/details/105122778

 

fastgit.org
https://doc.fastgit.org/

gitclone.com
https://gitclone.com/

gitee
https://gitee.com/mirrors

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

 

克隆加速

#原地址
git clone https://github.com/kubernetes/kubernetes.git

#改為
git clone https://github.com.cnpmjs.org/kubernetes/kubernetes.git
#或者
git clone https://hub.fastgit.org/kubernetes/kubernetes.git
#或者
git clone https://gitclone.com/github.com/kubernetes/kubernetes.git

 

release下載加速

#原地址
wget https://github.com/goharbor/harbor/releases/download/v2.0.2/harbor-offline-installer-v2.0.2.tgz

#改為
wget https://hub.fastgit.org/goharbor/harbor/releases/download/v2.0.2/harbor-offline-installer-v2.0.2.tgz

 

免替換方法

git config --global url."https://hub.fastgit.org".insteadOf https://github.com

查看git配置信息
git config --global --list

取消設置
git config --global --unset url.https://github.com/.insteadof

 

raw文件下載加速

#原地址:
wget https://raw.githubusercontent.com/kubernetes/kubernetes/master/README.md

#替換為
wget https://raw.staticdn.net/kubernetes/kubernetes/master/README.md

 

提供web界面的github資源加速網站:

GitHub 文件加速:https://gh.api.99988866.xyz/

Github倉庫加速:https://github.zhlh6.cn/

Github倉庫加速:http://toolwa.com/github/

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM