raw.githack.com 을 사용하고 싶을 수도 있습니다 . GitHub, Bitbucket, Gitlab 및 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이 중단되었습니다