美文网首页
curl: (7) Failed to connect to r

curl: (7) Failed to connect to r

作者: 菩提树树 | 来源:发表于2020-10-21 15:50 被阅读0次

注意是Connection refused

此类错误可以看出是无法建立连接导致的。查询其他人遇到此类问题解决办法,亲测有效在此记录一下,以便供其他同仁参考。

可以查询raw.githubusercontent.com ip地址 修改mac下host文件 添加ip窗口

输入命令:sudo vi /etc/hosts  按i 在终端中输入  199.232.28.133   raw.......(下图所示)

最后按ESC 输入:wq保存退出 再次执行安装命令即可  curl -sSL https://get.rvm.io | bash -s stable

相关文章

网友评论

      本文标题:curl: (7) Failed to connect to r

      本文链接:https://www.haomeiwen.com/subject/ephemktx.html