我安装了所有的先决条件..我在osx lion 10.7.2
xcode的:
$ xcodebuild -version
Xcode 4.2.1
GIT中:
$ git --version
git version 1.7.5.4
我跑的时候 $ bash< <(curl -s https://rvm.beginrescueend.com/install/rvm)
我收到以下错误:
curl:(6)无法解析主机:HD;提供节点名称和服务名称, 或不知道无法下载 'https://github.com/wayneeseguin/rvm/tarball/master'。
任何想法为什么?如果我以sudo身份运行它会通过,但后来我得到更多错误...需要以单用户身份安装。我家的路径是:
'/volumes/Macintosh HD/users/mikedevita'
答案 0 :(得分:1)
似乎brew所指的文件已经移动,因此您正在寻找一个死链接。
我通过在终端中运行'brew update'来解决这个问题。
让这个运行后,在brew更新到最新版本之后,它应该有最新的目录和文件,因此应该避免死链接。您现在应该可以继续正常继续。