gem 使用 Ruby 安装 json 时出现错误
I am getting error while installing json by gem using Ruby
我已经下载了Ruby2.1.5
cmd 检查命令:ruby -v
returns 结果:ruby 2.1.5
已从此处下载 DevKit 文件DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe
将 DevKit 解压到路径 C:\Ruby\DevKit
cd C:\Ruby\DevKit
ruby dk.rb init
ruby dk.rb review
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)
这是 rubygems 最近更改其证书颁发机构的一个很常见的问题。
可以找到问题的详细分类以及解决方法 here。
我已经下载了Ruby2.1.5
cmd 检查命令:
ruby -v
returns 结果:ruby 2.1.5已从此处下载 DevKit 文件DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe
将 DevKit 解压到路径
C:\Ruby\DevKit
cd C:\Ruby\DevKit
ruby dk.rb init
ruby dk.rb review
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)
这是 rubygems 最近更改其证书颁发机构的一个很常见的问题。
可以找到问题的详细分类以及解决方法 here。