我使用Ruby安装json时遇到错误

时间:2015-03-04 18:21:45

标签: ruby json installation windows-7-x64

  1. 我已经下载了Ruby 2.1.5

  2. cmd check命令:ruby -v返回结果: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

  9. 到目前为止,一切都还好,但从现在开始,我得到了错误。

    我从命令传递

    cmd: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)
    

1 个答案:

答案 0 :(得分:0)

这是rubygems最近更改其证书颁发机构的一个非常常见的问题。

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