ruby on rails - Why can't I install any gems on my Mac? -
i tried doing gem install
gem , have been getting errors. think need reset , or update on computer not sure what.
here of command line code errors:
error: not find valid gem 'multi_json' (>= 0), here why: unable download data 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) error: not find valid gem 'cowsay' (>= 0), here why: unable download data 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) sudo gem install rubygems-update password: error: not find valid gem 'rubygems-update' (>= 0), here why: unable download data 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)
does know need fix this? got new computer , wondering if need set user differently or something?
i had same problem , solution above user worked me.
rvm osx-ssl-certs update
Comments
Post a Comment