github国内加速代理访问

注意:不支持 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:[email protected]/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国内加速代理访问)