Created
December 28, 2015 23:00
-
-
Save ejfinneran/8986935a00c27c888612 to your computer and use it in GitHub Desktop.
RubyGems mirror issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ wget https://rubygems.org/latest_specs.4.8.gz | |
--2015-12-28 22:57:44-- https://rubygems.org/latest_specs.4.8.gz | |
Resolving rubygems.org (rubygems.org)... 54.186.104.15 | |
Connecting to rubygems.org (rubygems.org)|54.186.104.15|:443... connected. | |
HTTP request sent, awaiting response... 302 Moved Temporarily | |
Location: https://rubygems.global.ssl.fastly.net/latest_specs.4.8.gz [following] | |
--2015-12-28 22:57:47-- https://rubygems.global.ssl.fastly.net/latest_specs.4.8.gz | |
Resolving rubygems.global.ssl.fastly.net (rubygems.global.ssl.fastly.net)... 23.235.47.249, 199.27.79.249 | |
Connecting to rubygems.global.ssl.fastly.net (rubygems.global.ssl.fastly.net)|23.235.47.249|:443... connected. | |
HTTP request sent, awaiting response... 404 Not Found | |
2015-12-28 22:57:50 ERROR 404: Not Found. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ wget https://rubygems.org/latest_specs.4.8.gz | |
--2015-12-28 14:56:47-- https://rubygems.org/latest_specs.4.8.gz | |
Resolving rubygems.org... 54.186.104.15 | |
Connecting to rubygems.org|54.186.104.15|:443... connected. | |
HTTP request sent, awaiting response... 302 Moved Temporarily | |
Location: https://rubygems.global.ssl.fastly.net/latest_specs.4.8.gz [following] | |
--2015-12-28 14:56:48-- https://rubygems.global.ssl.fastly.net/latest_specs.4.8.gz | |
Resolving rubygems.global.ssl.fastly.net... 23.235.46.249, 23.235.39.249 | |
Connecting to rubygems.global.ssl.fastly.net|23.235.46.249|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 941870 (920K) [application/octet-stream] | |
Saving to: 'latest_specs.4.8.gz' | |
latest_specs.4.8.gz 100%[==============================================================================>] 919.79K 1.38MB/s in 0.7s | |
2015-12-28 14:56:49 (1.38 MB/s) - 'latest_specs.4.8.gz' saved [941870/941870] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment