Administrator
发布于 2024-08-19 / 482 阅读
0
0

GitHub Proxy 代理加速

目前可用代理列表 (更新时间:2024年8月19日)

https://mirror.ghproxy.com/
https://cf.ghproxy.cc/
https://gh-proxy.com/
https://gh.ddlc.top/
https://gh.api.99988866.xyz/

简单使用方式:
https://mirror.ghproxy.com/https://raw.githubusercontent.com/hunshcn/gh-proxy/master/entrypoint.sh

终端命令行

支持终端命令行 git clone , wget , curl 等工具下载. 支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载. 注意:不支持 SSH Key 方式 git clone 下载.

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

git clone 私有仓库
Clone 私有仓库需要用户在 Personal access tokens 申请 Token 配合使用.
git clone https://user:your_token@mirror.ghproxy.com/https://github.com/your_name/your_private_repo

wget & curl
wget https://mirror.ghproxy.com/https://github.com/stilleshan/dockerfiles/archive/master.zip
wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/stilleshan/dockerfiles/main/README.md
curl -O https://mirror.ghproxy.com/https://github.com/stilleshan/dockerfiles/archive/master.zip
curl -O https://mirror.ghproxy.com/https://raw.githubusercontent.com/stilleshan/dockerfiles/main/README.md

首页下载

在本页地址栏输入合规链接(参考以下链接)点击下载按钮

支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载.

Raw 文件
https://raw.githubusercontent.com/stilleshan/dockerfiles/main/README.md

分支源码
https://github.com/stilleshan/dockerfiles/archive/master.zip

Releases 源码
https://github.com/fatedier/frp/archive/refs/tags/v0.54.0.zip

Releases 文件
https://github.com/fatedier/frp/releases/download/v0.54.0/frp_0.54.0_linux_amd64.tar.gz

如有大规模使用需求请自行部署

项目仓库:

说明:github release、archive以及项目文件的加速项目,支持clone,有Cloudflare Workers无服务器版本以及Python版本

https://github.com/hunshcn/gh-proxy

Docker部署:

docker run -d --name="gh-proxy-py" \
  -p 0.0.0.0:80:80 \
  --restart=always \
  hunsh/gh-proxy-py:latest


评论