Я настраиваю CentOS 6 Server. Я пытаюсь установить RVM, но я получаю сообщение об ошибке. когда я пытаюсь установить RVM на сервере. Может кто-нибудь знает причину?
step1.
gpg --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
OUTPUT
gpg: key D39DC0E3: "Michal Papis (RVM signing) <mpapis@gmail.com>" not changed
gpg: key D39DC0E3: "Totally Legit Signing Key <mallory@example.org>" not changed
gpg: key 39499BDB: "Piotr Kuczynski <piotr.kuczynski@gmail.com>" not changed
gpg: Total number processed: 3
gpg: unchanged: 3
step 2 (где я получаю ошибку)
curl -sSL https://get.rvm.io | bash -s stable
Выход
WARN: ...the preceeding error with code 35 occurred while fetching https://api.github.com/repos/rvm/rvm/tags
curl: (35) SSL connect error
WARN: ...the preceeding error with code 35 occurred while fetching https://api.bitbucket.org/2.0/repositories/mpapis/rvm/refs/tags?sort=-name&pagelen=20
ERROR: Exhausted all sources trying to fetch version 'latest' of RVM!