Ruby RVM apt-get update error

前端 未结 17 2378
醉酒成梦
醉酒成梦 2020-12-02 12:03

I get following error when trying to install anything with RVM:

Searching for binary rubies, this might take some time.
Found remote file https://rvm.io/bina         


        
17条回答
  •  渐次进展
    2020-12-02 12:57

    Issue - requirements_debian_update_system ruby-2.2.2 error

    I also had the same issue. I found info on this link Click Here

    I followed this and resolved my issue. Was able to install ruby as

    rvm install 2.2
    

提交回复
热议问题