Skip to content

Instantly share code, notes, and snippets.

@enebo
Created March 7, 2011 21:14
Show Gist options
  • Save enebo/859244 to your computer and use it in GitHub Desktop.
Save enebo/859244 to your computer and use it in GitHub Desktop.
!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