安装RVM:“要求安装失败,状态为:1。

这是我在命令提示符之前看到的最后一件事情:

Searching for binary rubies, this might take some time. Found remote file https://rvm.io/binaries/osx/10.9/x86_64/ruby-2.1.1.tar.bz2 Checking requirements for osx. About to install Homebrew, press `Enter` for default installation in `/usr/local`, type new path if you wish custom Homebrew installation (the path needs to be writable for user) : Requirements installation failed with status: 1. 

我不认为这样做可以按Enter键

如果其他人遇到这个特定的“状态:1”错误(我知道有很多人已经收到这个,但似乎是由于不同的原因)…我可以确认depa的评论,并将添加到它来创build一个答案的问题:

我只需要使用brew.sh中的命令自己安装自制软件 :

 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 

然后当我再次运行RVM安装命令时,它工作正常。

看来RVM出于某种原因在我的机器上安装Homebrew时出现问题。

刚刚跑了Drewdavid的命令,并收到以下内容:

哎呀,这个自制软件安装程序已经移动了! 请改为运行:

 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 

另外,请问哪里有这个链接来更新到上面。

我手动打开Xcode并确定了许可协议以使其正常工作。

我刚刚去: https : //developer.apple.com/download/more/?=for%20Xcode,并安装了最新的命令行工具,并重新安装,它的工作。