Created
November 23, 2009 18:21
-
-
Save richardiux/241258 to your computer and use it in GitHub Desktop.
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
$ sudo gem update --system -V | |
GET 200 OK: http://gemcutter.org/latest_specs.4.8.gz | |
GET 200 OK: http://gems.rubyforge.org/latest_specs.4.8.gz | |
GET 200 OK: http://gems.github.com/latest_specs.4.8.gz | |
Nothing to update | |
$ sudo gem install paperclip -V | |
GET 200 OK: http://gemcutter.org/latest_specs.4.8.gz | |
GET 200 OK: http://gems.rubyforge.org/latest_specs.4.8.gz | |
GET 200 OK: http://gems.github.com/latest_specs.4.8.gz | |
GET 200 OK: http://gems.rubyforge.org/quick/Marshal.4.8/paperclip-2.3.1.1.gemspec.rz | |
GET 200 OK: http://gemcutter.org/quick/Marshal.4.8/paperclip-2.3.1.1.gemspec.rz | |
Installing gem paperclip-2.3.1.1 | |
Downloading gem paperclip-2.3.1.1.gem | |
GET 302 Found: http://gemcutter.org/gems/paperclip-2.3.1.1.gem | |
GET 403 Forbidden: http://s3.amazonaws.com/gemcutter_production/gems/paperclip-2.3.1.1.gem | |
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) | |
bad response Forbidden 403 (http://s3.amazonaws.com/gemcutter_production/gems/paperclip-2.3.1.1.gem) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment