You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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...
The text was updated successfully, but these errors were encountered: