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要旨
前:
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は廃止されました