这是我在命令提示符之前看到的最后一件事:
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键的程度
答案 0 :(得分:113)
如果有其他人遇到这个特殊的"状态:1"错误(我知道很多人都收到了这个,但似乎有不同的原因)...我可以确认depa的评论,并会添加它来创建问题的答案:
我只需使用brew.sh中的命令自行安装Homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
然后,当我再次运行RVM安装命令时,它工作正常。
出于某种原因,似乎RVM在我的机器上安装Homebrew时遇到了问题。
答案 1 :(得分:3)
刚刚运行Drewdavid的命令并收到以下内容:
哎呀,Homebrew安装程序已经移动了!请改为运行:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
此外,请询问您从哪里获得此链接,将其更新为上述内容。
答案 2 :(得分:1)
我手动打开Xcode并确认许可协议,以使其正常工作。
答案 3 :(得分:0)
我刚刚去过:https://developer.apple.com/download/more/?=for%20Xcode 并安装了最新的命令行工具并重新安装并运行。
答案 4 :(得分:0)
对于在Amazon Server或Linux上部署的人员,需要使用
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
紧接着是brew install gcc
,然后重新启动系统(注销并登录),然后重新启动rvm install ruby -version