Raw 原始文件

以下两种写法都支持:

https://gh-proxy.cn/github/https://raw.githubusercontent.com/<owner>/<repo>/<ref>/<path>
https://gh-proxy.cn/github/https://github.com/<owner>/<repo>/raw/<ref>/<path>

如果使用 github.com/.../blob/... 形式的网页链接,
本站会自动转换为 Raw 地址,直接返回文件内容而不是 GitHub 的 HTML 页面。

curl "https://gh-proxy.cn/github/https://raw.githubusercontent.com/golang/go/master/README.md"

Raw 文件同样支持 Range 请求,Last-Modified 等条件请求会透传上游。

最后更新:2026-09-20 21:53:37