rgrove / rawgit

Served files from raw.githubusercontent.com, but with the correct content types. No longer actively developed.
https://rawgit.com
MIT License
2.39k stars 488 forks source link

Ability to fetch files from private repos #92

Closed wolfy1339 closed 8 years ago

wolfy1339 commented 8 years ago

I currently try to use the rawgit service to fetch some CSS files from a private repsitory, but it won't work under rawgit because i keep getting 404 errors The raw link GitHub provides looks as follows

raw.githubusercontent.com/<username>/<repository>/<file name>?token=<token>

And so I would appreciate if this feature was added.

neoascetic commented 8 years ago

See #89, #62 and #44. It is wontfix. But if you still need this, take a look at rawgithack, it supports any GET parameter passing.

wolfy1339 commented 8 years ago

Thanks for the info. I'll try using a private gist then