Можливо, ви хочете використовувати raw.githack.com . Він підтримує GitHub, Bitbucket, Gitlab та GitHub ноти.
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 також підтримує інші послуги:
Bitbucket
Перед:
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 gists
Перед:
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 було припинено