C:\Ruby200-x64\DevKit>gem install ssh
ERROR: Could not find a valid gem 'ssh' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - SSL_connect retur
ned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (
https://rubygems.org/latest_specs.4.8.gz)
SOLUCION:
Teclemaos en una terminal los siguiente comandos:
gem sources -r https://rubygems.org/
gem sources -a http://rubygems.org/
gem update --system
Ya que se termino el proceso ahora dejamos tal cual estaba a principio:
gem sources -r http://rubygems.org/
gem sources -a https://rubygems.org/
Por ultim solonos queda actualizar de uevo todode la siguiente manera:
gem update
ERROR: Could not find a valid gem 'ssh' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - SSL_connect retur
ned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (
https://rubygems.org/latest_specs.4.8.gz)
SOLUCION:
Teclemaos en una terminal los siguiente comandos:
gem sources -r https://rubygems.org/
gem sources -a http://rubygems.org/
gem update --system
Ya que se termino el proceso ahora dejamos tal cual estaba a principio:
gem sources -r http://rubygems.org/
gem sources -a https://rubygems.org/
Por ultim solonos queda actualizar de uevo todode la siguiente manera:
gem update
No hay comentarios.:
Publicar un comentario