Created
December 15, 2011 18:46
-
-
Save jcalvert/1482292 to your computer and use it in GitHub Desktop.
jruby-head gem install fail
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
71vzn91:tmp jcalvert$ rvm use jruby-1.6.5 | |
Using /Users/jcalvert/.rvm/gems/jruby-1.6.5 | |
71vzn91:tmp jcalvert$ gem install bundler | |
Successfully installed bundler-1.0.21 | |
1 gem installed | |
71vzn91:tmp jcalvert$ rvm use jruby-head | |
Using /Users/jcalvert/.rvm/gems/jruby-head | |
71vzn91:tmp jcalvert$ gem install bundler | |
JRuby limited openssl loaded. http://jruby.org/openssl | |
gem install jruby-openssl for full support. | |
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) | |
Errno::EAGAIN: Resource temporarily unavailable (http://gemcutter.org/gems/bundler-1.0.21.gem) | |
71vzn91:tmp jcalvert$ gem install jruby-openssl | |
JRuby limited openssl loaded. http://jruby.org/openssl | |
gem install jruby-openssl for full support. | |
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) | |
Errno::EAGAIN: Resource temporarily unavailable (http://gemcutter.org/gems/bouncy-castle-java-1.5.0146.1.gem) | |
71vzn91:tmp jcalvert$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment