美文网首页
github国内加速代理访问

github国内加速代理访问

作者: SevenLonely | 来源:发表于2022-06-07 16:11 被阅读0次

注意:不支持 SSH Key 方式 git clone 下载.

git clone 公用仓库

命令

git clone https://mirror.ghproxy.com/https://github.com/stilleshan/ServerStatus

详解:git clone https://mirror.ghproxy.com/命令后面添加github 仓库地址即可。

git clone 私有仓库

命令

git clone https://user:your_token@ghproxy.com/https://github.com/your_name/your_private_repo

Clone 私有仓库需要用户在 Personal access tokens 申请 Token 配合使用.

使用culr 或者 wget 下载文件或者执行脚本


wget https://mirror.ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip

# githubusercontent
wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile

curl -O https://mirror.ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip

# githubusercontent
curl -O https://mirror.ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile

同上思路使用

docker 镜像代理

转换镜像地址


docker pull dockerproxy.com/mattrayner/lamp:latest

命令详解:docker pull dockerproxy.com/后面跟着docker镜像:后面使用镜像标签

相关文章

  • github国内加速代理访问

    注意:不支持 SSH Key 方式 git clone 下载. git clone 公用仓库 命令 详解:git ...

  • 国内github访问加速

  • 国内github访问加速

  • 国内github访问加速

    由于某些原因,国内访问Github会异常缓慢,在clone仓库时甚至只有10k以下的速度,下载半天有时还会失败需要...

  • 国内加速访问github

    1、打开GitHub官方CDN地址https://www.ipaddress.com/2、查询以下三个链接的DNS...

  • 加速国内Github访问

    由于某些原因,国内访问Github会异常缓慢,在clone仓库时甚至只有10k以下的速度,下载半天有时还会失败需要...

  • 加速国内Github访问

    由于某些原因,国内访问Github会异常缓慢,在clone仓库时甚至只有10k以下的速度,下载半天有时还会失败需要...

  • 加速国内Github访问

    由于某些原因,国内访问Github会异常缓慢,在clone仓库时甚至只有10k以下的速度,下载半天有时还会失败需要...

  • 国内github访问加速

    由于某些原因,国内访问Github会异常缓慢,在clone仓库时甚至只有10k以下的速度,下载半天有时还会失败需要...

  • 加速国内Github访问

    由于某些原因,国内访问Github会异常缓慢,在clone仓库时甚至只有10k以下的速度,下载半天有时还会失败需要...

网友评论

      本文标题:github国内加速代理访问

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