Github git clone国内mirror加速
生活随笔
收集整理的這篇文章主要介紹了
Github git clone国内mirror加速
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Github國內加速克隆及下載
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.gitrelease下載加速
#原地址 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 clone https://github.com/kubernetes/kubernetes.git查看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/
總結
以上是生活随笔為你收集整理的Github git clone国内mirror加速的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: QT5获取CPU编号和硬盘序列号
- 下一篇: Shell编程之多命令顺序执行和管道符