rawgit icon indicating copy to clipboard operation
rawgit copied to clipboard

Served files from raw.githubusercontent.com, but with the correct content types. No longer actively developed.

Results 2 rawgit issues
Sort by recently updated
recently updated
newest added

Good chance it's something wrong that I've done here. Why is `rawgit.com` redirecting to `raw.githubusercontent.com` in this case? ``` ❯❯❯ curl https://rawgit.com/ruby/ruby/commit/b3dbeb6e90f316584f70e33f6bfb9d83fa5f30d3.patch Moved Permanently. Redirecting to https://raw.githubusercontent.com/ruby/ruby/commit/b3dbeb6e90f316584f70e33f6bfb9d83fa5f30d3.patch ❯❯❯ curl https://cdn.rawgit.com/ruby/ruby/commit/b3dbeb6e90f316584f70e33f6bfb9d83fa5f30d3.patch...

bug

Though the url formatter support url like this: https://github.com/rgrove/rawgit/archive/master.zip but, both of these urls return 404 not found: https://rawgit.com/rgrove/rawgit/archive/master.zip https://cdn.rawgit.com/rgrove/rawgit/archive/master.zip Is it possible to support release/archive tarball? It'll be very...

bug