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

Pasting this GitHub file URL (from raw.githubusercontent.com) doesn't seem to work #65

Closed darkred closed 9 years ago

darkred commented 9 years ago

I've tried (in FF, IE, Chrome) to paste either of these URLs (from here) to https://rawgit.com/ https://raw.githubusercontent.com/pklauzinski/jscroll/master/jquery.jscroll.js or https://raw.githubusercontent.com/pklauzinski/jscroll/master/jquery.jscroll.min.js but the rawgit URLs for dev/testing and production are not generated.

Why is this happening?

rgrove commented 9 years ago

Seems to be working fine for me:

1505085jbzn

You don't have JavaScript disabled or anything, do you? (Sorry, I have to ask.)

Also, when you click the following link, do you see a JS response?

https://cdn.rawgit.com/rgrove/rawgit/cdn-20150421/public/js/url-formatter.js

rgrove commented 9 years ago

Looks like one of the CDN edge nodes in France had a bad JS file cached, so if that happened to be the closest node to you, that would explain why the URL formatter wasn't working.

I've flushed the bad file out of the cache, so things should be better now. You may need to clear your browser cache as well. Let me know if you still have trouble after doing that. Thanks for reporting the issue!

darkred commented 9 years ago

Yes, it's working now (FYI I'm in Greece). Thanks for fixing this.