Después de una interrupción brew update
debido a un problema de red, Homebrew parece no estar funcionando:cerveza fallo de actualización al ejecutar git checkout
$ brew update
error: pathspec 'master' did not match any file(s) known to git.
Error: Failure while executing: git checkout -q master
Mirando el repositorio Git /usr/local
, no hay repositorio remoto.
$ cd `brew --prefix`
$ git remote -v
$
Muchos thx Julien ... –
Recibí 403s de github con la URL https para el repositorio. Esto funcionó para mí: $ git remote add origin git: //github.com/mxcl/homebrew.git – jongala
'brew update' nunca funciona la primera vez. Siempre hay problemas con el árbol de trabajo. – Rob