error trying to install ruby on rails #7820
-
Hello, how are you? I'm trying to install Ruby on Rails but it keeps saying this: C:\Windows\system32>gem install rails |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There's a file located at https://github.com/rubygems/ruby-ssl-check/blob/master/check.rb, you can try and run that. Depending on your OS version, a simpler way is to run the following from a command prompt:
Hopefully that will give you an idea why Ruby cannot make a connection. Also, it's kind of odd to run commands from |
Beta Was this translation helpful? Give feedback.
There's a file located at https://github.com/rubygems/ruby-ssl-check/blob/master/check.rb, you can try and run that.
Depending on your OS version, a simpler way is to run the following from a command prompt:
Hopefully that will give you an idea why Ruby cannot make a connection.
Also, it's kind of odd to run commands from
C:\Windows\system32
...