github加速
docker run -d --name="gh-proxy-py" -p 50000:80 --restart=always hunsh/gh-proxy-py:latest
假设你的镜像站的域名是gh.your.site,那么在Github内容的URL前加上
https://gh.your.site/Github内容的URL 即可访问
例如我们想访问:https://github.com/hunshcn/gh-proxy/blob/master/README.md
那么我们应该使用
https://gh.your.site/https://github.com/hunshcn/gh-proxy/blob/master/README.md这个URL。
评论区