0
以下安裝命令:錯誤在Ubuntu上安裝Ruby 14.04
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash -s stable --rails
返回此錯誤:
Installing requirements for ubuntu.
Updating system................
Error running 'requirements_debian_update_system ruby-2.2.1',
showing last 15 lines of /home/gav/.rvm/log/1458060663_ruby- 2.2.1/update_system.log ++ /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:- dumb}" in ++ /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 83 > [[ -t 2 ]]
++ /scripts/functions/logging : rvm_pretty_print() 83 > return 1
++ /scripts/functions/logging : rvm_error() 117 > printf %b 'There has been error while updating '\''apt-get'\'', please give it some time and try again later.
404 errors should be fixed for rvm to proceed. Check your sources configured in:
/etc/apt/sources.list
/etc/apt/sources.list.d/*.list
\n'
There has been error while updating 'apt-get', please give it some time and try again later.
404 errors should be fixed for rvm to proceed. Check your sources configured in:
/etc/apt/sources.list
/etc/apt/sources.list.d/*.list
++ /scripts/functions/requirements/ubuntu : requirements_debian_update_system() 53 > return 100
Requirements installation failed with status: 100.
歡迎來到SO。請檢查您的問題,尤其是格式。格式化問題非常重要,以便那些試圖幫助您的人可以快速輕鬆地閱讀它。不這樣做會被解釋爲缺乏努力,也不希望有足夠的幫助來幫助我們。 「[問]」 –
該錯誤似乎是網絡或託管問題。由於404錯誤,RVM無法更新您的apt-get。這不是Ruby或Rails問題。 –
我該如何解決這個問題。我沒有網絡問題,它提到檢查您的源配置在: /etc/apt/sources.list /etc/apt/sources.list.d/*.list – GAV