我正在尝试在我的 Mac 上安装 Bundler gem。使用命令:
sudo gem install bundler
我收到以下错误:
ERROR: Could not find a valid gem 'bundler' (>= 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 failed (https://s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.8.gz)
这显然似乎是一个服务器问题,但我该如何解决这个问题?gem update --system
目前是最新的。有没有其他方法可以获取 Bundler?