对releases,archive,gist,raw等文件代理加速下载服务。
支持终端命令行 git clone
wget
curl
等工具下载。
支持 raw.githubusercontent.com
gist.github.com
gist.githubusercontent.com
文件下载。
注意:不支持 SSH Key 方式 git clone
下载。
git clone https://gh.suki.icu/https://github.com/nginx/nginx.git
Clone 私有仓库需要用户在 Personal access tokens 申请 Token 配合使用。
git clone https://user:your_token@gh.suki.icu/https://github.com/your_name/your_private_repo
wget https://gh.suki.icu/https://github.com/nginx/nginx/archive/refs/heads/master.zip
curl -O https://gh.suki.icu/https://raw.githubusercontent.com/nginx/agent/main/README.md