Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

URL formatter treats release/archive URLs as valid even though they're not supported #126

Open
PeterDaveHello opened this issue Sep 18, 2016 · 2 comments
Labels

Comments

@PeterDaveHello
Copy link

PeterDaveHello commented Sep 18, 2016

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 nice!

BTW, thanks for this cool service!

@desyncr
Copy link

desyncr commented Sep 19, 2016

It think it goes hand in hand with this feature request: #66

@hcchengithub
Copy link

My application master branch magically works fine through rawgit happily:
https://cdn.rawgit.com/hcchengithub/jeforth.3we/master/index.html

But releases
https://github.com/hcchengithub/jeforth.3we/releases/tag/R1
gets "404 error"
https://cdn.rawgit.com/hcchengithub/jeforth.3we/releases/tag/R1/index.html
I don't know if the above URL is correct?

@rgrove rgrove added bug and removed enhancement labels Jan 12, 2017
@rgrove rgrove changed the title Is it possible to support release/archive tarball? URL formatter treats release/archive URLs as valid even though they're not supported Jan 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants