当前位置:   article > 正文

Github国内加速克隆及下载_下载github .tgz文件

下载github .tgz文件

fastgit.org

https://doc.fastgit.org/
  • 1

gitclone.com

https://gitclone.com/
  • 1

gitee

https://gitee.com/mirrors
  • 1

cnpmjs.org

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

克隆加速

#原地址
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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

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 clone https://github.com/kubernetes/kubernetes.git
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12

查看git配置信息

git config --global --list
  • 1

取消设置

git config --global --unset url.https://github.com/.insteadof
  • 1

raw文件下载加速

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

#替换为
wget https://raw.staticdn.net/kubernetes/kubernetes/master/README.md
``
提供web界面的github资源加速网站:
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

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

Github仓库加速:https://github.zhlh6.cn/

Github仓库加速:http://toolwa.com/github/

    声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
    推荐阅读
    相关标签
      

    闽ICP备14008679号