GHProxy 是一个 Github 文件、Releases、archive、gist、rwagithubsercontent.com 文件代理下载服务
可以在执行命令时通过这个代理下载,提高下载速度

git clone

git clone https://ghproxy.com/https://github.com/xxxx

私有仓库

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

wget & curl

 
wget https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip  
wget https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile  
curl -O https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip  
curl -o https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile