简体   繁体   中英

installing gem install zurb-foundation on windows - getting error

I am attempting to install: gem install zurb-foundation on windows 7 and I get this error in the command prompt:

错误信息

I am running Ruby 2.0.0p247 and tried to update rails but it did not need an update.

I am not sure how to interpret the message... help much appreciated.

I also got the same exact message trying to install compass

Try this it will help you for SSL certificate error:

As referred to below link:

http://foundation.zurb.com/forum/posts/676-cannot-install-foundation-gem

http://railsapps.github.io/openssl-certificate-verify-failed.html

If you are using RVM:

rvm get stable

rvm osx-ssl-certs update all

rvm rubygems latest

OR

gem update --system

Update

As given to below link:

Curl Certificate Error when Using RVM to install Ruby 1.9.2

$ \curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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