Möglicherweise möchten Sie raw.githack.com verwenden . Es unterstützt GitHub-, Bitbucket-, Gitlab- und GitHub-Gists.
GitHub
Vor:
https://raw.githubusercontent.com/[user]/[repository]/[branch]/[filename.ext]
In Ihrem Fall .html
Erweiterung
Nach:
Entwicklung (gedrosselt)
https://raw.githack.com/[user]/[repository]/[branch]/[filename.ext]
Produktion (CDN)
https://rawcdn.githack.com/[user]/[repository]/[branch]/[filename.ext]
In Ihrem Fall .html
Erweiterung
raw.githack.com unterstützt auch andere Dienste:
Bit Bucket
Vor:
https://bitbucket.org/[user]/[repository]/raw/[branch]/[filename.ext]
Nach:
Entwicklung (gedrosselt)
https://bb.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
Produktion (CDN)
https://bbcdn.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
GitLab
Vor:
https://gitlab.com/[user]/[repository]/raw/[branch]/[filename.ext]
Nach:
Entwicklung (gedrosselt)
https://gl.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
Produktion (CDN)
https://glcdn.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
GitHub-Kernbilder
Vor:
https://gist.githubusercontent.com/[user]/[gist]/raw/[revision]/[filename.ext]
Nach:
Entwicklung (gedrosselt)
https://gist.githack.com/[user]/[gist]/raw/[revision]/[filename.ext]
Produktion (CDN)
https://gistcdn.githack.com/[user]/[gist]/raw/[revision]/[filename.ext]
Update: rawgit wurde eingestellt