Estoy intentando instalar Homebrew en Lion pero sigo recibiendo un error.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
Ejecuto el código anterior, que resulta en:
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/Formula/...
/usr/local/Library/Homebrew/...
Press enter to continue
==> /usr/bin/sudo /bin/chmod o+w /usr/local
==> Downloading and Installing Homebrew...
bin/brew: Can't create 'bin/brew'
tar: Error exit delayed from previous errors.
Failed during: /bin/bash -o pipefail -c '/usr/bin/curl -sSfL https://github.com/mxcl/homebrew/tarball/master | /usr/bin/tar xz -m --strip 1'
==> /usr/bin/sudo /bin/chmod o-w /usr/local
He visto un par de 'respuestas' a este problema que básicamente sugieren ejecutar el comando inicial como root. Esto falla con el siguiente error:
$ sudo /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
Don't run this as root!
Cualquier sugerencia sería apreciada!