截至今天,我无法安装任何宝石。 AFAIK没有任何改变。
安装后,我得到以下内容:
$ ~/ gem install sinatra
WARNING: Error fetching data: hostname does not match the server certificate (https://gemcutter.org/latest_specs.4.8.gz)
WARNING: Error fetching data: hostname does not match the server certificate (https://gemcutter.org/latest_specs.4.8.gz)
ERROR: Could not find a valid gem 'sinatra' (>= 0) in any repository
ERROR: Possible alternatives: sinatra
有什么想法吗? (这是在Mac上)
答案 0 :(得分:1)
我不完全确定为什么,但是通过修改我的~/.gemrc
并删除所有来源栏rubygems.org
,问题就消失了。