gem install fails with openssl failure

后端 未结 11 1102
花落未央
花落未央 2020-12-07 07:51

I tried to install cocoapods (http://cocoapods.org/) on my OSX Mountain Lion.

 moshe-mbp:~ moshem$ gem install cocoapods
 ERROR:  Could not find a valid gem          


        
11条回答
  •  余生分开走
    2020-12-07 08:27

    Current release of rvm does a lot better job handling this things, run:

    rvm get head
    rvm reload
    rvm autolibs enable
    rvm reinstall 1.9.3 --disable-binary
    

    Make sure to follow any displayed instructions - it's all there to help you.

提交回复
热议问题