gem 使用 Ruby 安装 json 时出现错误

I am getting error while installing json by gem using Ruby

  1. 我已经下载了Ruby2.1.5

  2. cmd 检查命令:ruby -v returns 结果:ruby 2.1.5

  3. 已从此处下载 DevKit 文件DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe

  4. 将 DevKit 解压到路径 C:\Ruby\DevKit

  5. cd C:\Ruby\DevKit

  6. ruby dk.rb init

  7. ruby dk.rb review

  8. ruby dk.rb install

到目前为止,一切正常,但从现在开始,我收到错误消息。

我正在通过命令

命令:gem install json

并出现以下错误。

could not find a valid gem 'json'<>=0), here is why:
Unable to download data from https://rubygems.org/- SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify faild(https:api.rubygem.org/specs.4.8.gz)

这是 ruby​​gems 最近更改其证书颁发机构的一个很常见的问题。

可以找到问题的详细分类以及解决方法 here