Curl Certificate Error when Using RVM to install Ruby 1.9.2

前端 未结 11 1537
太阳男子
太阳男子 2020-11-27 10:29

RVM is running into a certificate error when trying to download Ruby 1.9.2. It looks like curl is having a certificate issue but I am not sure how to bypass it

11条回答
  •  被撕碎了的回忆
    2020-11-27 10:54

    Perhaps all these complicated solutions were once necessary, but now all you need to do is first upgrade RVM and your problem will be solved:

    $ rvm get stable
    $ rvm reload
    $ rvm install ruby-1.9.3-p194
    

提交回复
热议问题