Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to install gem using jruby on windows #1721

Closed
SaiVardhan opened this issue Jun 2, 2014 · 2 comments
Closed

how to install gem using jruby on windows #1721

SaiVardhan opened this issue Jun 2, 2014 · 2 comments

Comments

@SaiVardhan
Copy link

I have tried with this command

jruby -S gem install rails
It shows like this
ERROR: Could not find a valid gem 'rails' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - Errno::ECONNREFUS
ED: Connection refused - Connection refused (https://rubygems.org/latest_specs.4
.8.gz)

can anyone help on this...

@nirvdrum
Copy link
Contributor

nirvdrum commented Jun 3, 2014

You just had problems connecting to rubygems over SSL for whatever reason. Maybe their server was down. Maybe you have a firewall rule blocking connections from Java. But this does indeed work.

@MSNexploder
Copy link
Contributor

Can confirm, works as expected using 9.1.9.0 on Windows 7 (x64)

@kares kares added the windows label May 28, 2017
@kares kares added this to the Invalid or Duplicate milestone May 28, 2017
@kares kares closed this as completed May 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants