简体   繁体   English

指南针 gem 安装问题

[英]Compass gem install issue

I have difficulties understanding why the compass gem cannot be installed, this happend when I unistalled compass and breakpoint from my gem list for number of reasons...我很难理解为什么无法安装指南针 gem,这发生在我出于多种原因从 gem 列表中卸载指南针和断点时...

This is what I input into the terminal:这是我在终端中输入的内容:

gem install compass

This is the ERROR I received:这是我收到的错误:

ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (rubygems.global.ssl.fastly.ne…)错误:执行 gem 时...(Gem::RemoteFetcher::FetchError)SSL_connect 返回=1 errno=0 state=SSLv3 读取服务器证书B:证书验证失败(rubygems.global.ssl.fastly.ne...)

Make sure your rvm ssl certificates are up to date.确保您的 rvm ssl 证书是最新的。

Check their status检查他们的状态

$ rvm osx-ssl-certs status all

Update them!更新它们!

$ rvm osx-ssl-certs update all

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM