Created
March 7, 2011 21:14
-
-
Save enebo/859244 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
!ta | |
tar xzf release/dist/jruby-bin-1.6.0.RC2.tar.gz | |
system ~/work 611% ./jruby-1.6.0.RC2/bin/jruby --1.9 -S gem install rails | |
Fetching: activesupport-3.0.5.gem (123%)ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) | |
too many connection resets (http://production.cf.rubygems.org/gems/activesupport-3.0.5.gem) | |
system ~/work 612% ./jruby-1.6.0.RC2/bin/jruby --1.9 -S gem install rails | |
ERROR: Could not find a valid gem 'rails' (>= 0) in any repository | |
ERROR: While executing gem ... (ArgumentError) | |
invalid byte sequence in UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment