ERROR: Exhausted all sources trying to fetch version 'latest' of RVM
ERROR: Exhausted all sources trying to fetch version 'latest' of RVM
我正在配置 CentOS 6 服务器。我正在尝试安装 rvm 但出现错误。当我尝试在服务器中安装 rvm 时。有谁知道原因吗?
第一步。
gpg --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
输出
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
第 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!
您服务器中的 cURL 是什么版本?
这可能会有所启发:cURL SSL connect error 35 with NSS error -5961
我正在配置 CentOS 6 服务器。我正在尝试安装 rvm 但出现错误。当我尝试在服务器中安装 rvm 时。有谁知道原因吗?
第一步。
gpg --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
输出
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
第 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!
您服务器中的 cURL 是什么版本?
这可能会有所启发:cURL SSL connect error 35 with NSS error -5961