您可能想使用raw.githack.com。它支持 GitHub、Bitbucket、Gitlab 和 GitHub gists。
GitHub
之前:
https://raw.githubusercontent.com/[user]/[repository]/[branch]/[filename.ext]
在你的情况下.html 扩展
之后:
开发(节流)
https://raw.githack.com/[user]/[repository]/[branch]/[filename.ext]
制作 (CDN)
https://rawcdn.githack.com/[user]/[repository]/[branch]/[filename.ext]
在你的情况下.html 扩展
raw.githack.com还支持其他服务:
比特桶
之前:
https://bitbucket.org/[user]/[repository]/raw/[branch]/[filename.ext]
之后:
开发(节流)
https://bb.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
制作 (CDN)
https://bbcdn.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
GitLab
之前:
https://gitlab.com/[user]/[repository]/raw/[branch]/[filename.ext]
之后:
开发(节流)
https://gl.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
制作 (CDN)
https://glcdn.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
GitHub 要点
之前:
https://gist.githubusercontent.com/[user]/[gist]/raw/[revision]/[filename.ext]
之后:
开发(节流)
https://gist.githack.com/[user]/[gist]/raw/[revision]/[filename.ext]
制作 (CDN)
https://gistcdn.githack.com/[user]/[gist]/raw/[revision]/[filename.ext]
更新:rawgit 已停产