您可能希望使用 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]
生产
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]
生产
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]
生产
https://glcdn.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
GitHub gists
以前:
https://gist.githubusercontent.com/[user]/[gist]/raw/[revision]/[filename.ext]
后:
开发(节流)
https://gist.githack.com/[user]/[gist]/raw/[revision]/[filename.ext]
生产
https://gistcdn.githack.com/[user]/[gist]/raw/[revision]/[filename.ext]
更新:rawgit 已停产