curl: (7) Failed to connect to raw.githubusercontent.com port 443 after 28 ms: 拒绝连接
解决: Failed to connect to raw.githubusercontent.com
到这个网址:https://www.ipaddress.com/,输入:raw.githubusercontent.com,查询,得到IP地址,选择其中一个或多个,修改本地HOSTS:Ubuntu下打开/etc/hosts,添加 IP地址:185.199.108.133 raw.githubusercontent.com,重试,不行就重启再试。
1
curl -sSL https://get.rvm.io | bash -s stable
提示:
123
* To start using RVM you need to run `source /home/dong/.rvm/scripts/rvm`
in all your open shell windows, in rare cases you need to reopen all shell windows.
Thanks for installing RVM
1
source /home/dong/.rvm/scripts/rvm
重启命令行
12
rvm --version
rvm install 2.6.9
提示错误:
12345
Error running '__rvm_make -j4',
please read /home/dong/.rvm/log/1649165570_ruby-2.6.9/make.log
There has been an error while running make. Halting the installation.
......