Ошибка при попытке установить rbenv 2.5.1 - PullRequest
0 голосов
/ 25 мая 2018

Я пытаюсь установить ruby ​​с использованием rubenv, но у меня возникает следующая ошибка:

rbenv install 2.5.1 -v
/tmp/ruby-build.20180525142355.3872 ~
Downloading ruby-2.5.1.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.1.tar.bz2
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
error: failed to download ruby-2.5.1.tar.bz2

BUILD FAILED (Ubuntu 18.04 using ruby-build 20180424)

Я использую Windows 10 Subsytem для Linux.Кажется, проблема связана с сертификатами, но я не знаю, как ее обойти.

...