Closed gregelin closed 10 years ago
Base on the following article: https://developer.github.com/changes/2014-04-25-user-content-security/
both links should works, one is just redirect. wget
by default (on Linux) follows redirects, so there is not need to change url (if you are not happy with wget
, curl -Lk
do the job).
It's difficult to guest what happen without logs (maybe your minimal setup was missing wget ? maybe there was a problem with your network, maybe the problem with GH ?).
Wget has a few options which may be interested for you:
--output-file=logfile
Log all messages to logfile...
--debug
Turn on debug output...
For more I recommend man wget
Close as impossible to reproduce.
https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub redirects to: https://raw.githubusercontent.com/mitchellh/vagrant/master/keys/vagrant.pub
I think the redirect wa failing yesterday and causing my key failure. I received a not found error on the url https://raw.github.com/... this morning.
Redirect seems to be working now: