【发布时间】:2015-03-04 18:21:44
【问题描述】:
我已经下载了 Ruby 2.1.5
cmd 检查命令:
ruby -v返回结果:ruby 2.1.5从这里下载 DevKit 文件 DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe
将 DevKit 解压到路径
C:\Ruby\DevKitcd C:\Ruby\DevKitruby dk.rb initruby dk.rb reviewruby dk.rb install
到目前为止,一切都很好,但从现在开始,我遇到了错误。
我是从命令传递过来的
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)
【问题讨论】:
标签: ruby json installation windows-7-x64