新手问题 RVM 安装失败

kenyonduan · April 13, 2014 · Last by Rei replied at April 16, 2014 · 8937 hits

今天在 windows 上搭建一个 vagrant 环境来做开发使用,在使用 curl -L https://get.rvm.io | bash -s stable 命令安装 RVM 的时候出现了这个错误:

% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:01:03 --:--:-- 0curl: (7) Failed to connect to 2600:3c03::f03c:91ff:fedb:6957: Network is unreachable

解决办法: 使用这个命令来安装就可以解决问题了 curl -L https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable

原帖在这里: http://itercast.com/topics/493

同发现问题,谢谢解决方案

发现 rvm.io 访问不了了。

同发现问题,谢谢解决方案。。

被墙了。。

#4 楼 @pynix 应该不是被墙了,我在国外的 VPS 上也是 ping 不通

6 Floor has deleted

#6 楼 @kenyonduan 昨天确实可以,但是今天不知道为什么突然就不行了,看网上说是他们官网有一些问题,但是还没 fix 掉

8 Floor has deleted

我现在是可以访问 rvm.io 的

我在安装 rvm 的时候,使用 curl -L https://get.rvm.io | sudo bash -s stable 命令报错无法下载包 'https://github.com/wayneeseguin/rvm/archive/stable.tar.gz' 然后我查看官方文档说明( http://rvm.io/rvm/install ),使用下面的命令 curl -sSL https://get.rvm.io | bash 成功安装了,但是该指令下载的包为https://github.com/wayneeseguin/rvm/archive/master.tar.gz (不是 stable 版而是 master 版),然后根据成功提示,不要忘了执行一下 source /home/【username】/.rvm/scripts/rvm

这大概说明 github.com 时不时的总会抽风一下

#2 楼 @Rei 老大你的 writing.io 肿么了?

You need to Sign in before reply, if you don't have an account, please Sign up first.