Skip to content

Instantly share code, notes, and snippets.

@lsurvila
Forked from pid/gist:5974342
Created October 19, 2015 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lsurvila/f41dba734fa62780017c to your computer and use it in GitHub Desktop.
Save lsurvila/f41dba734fa62780017c to your computer and use it in GitHub Desktop.
```brew update``` and ```brew doctor```is stalling/hangs ::: SOLUTION
First, I don't know why.....but my solution at the moment
cd /usr/local
$ git remote -v
origin https://github.com/mxcl/homebrew.git (fetch)
origin https://github.com/mxcl/homebrew.git (push)
$ brew doctor -d
# hangs,stalling, no respond
$ brew update
# hands,stalling, no respond
$ git remote set-url origin git@github.com:mxcl/homebrew.git
$ # or this works too
$ git remote set-url origin http://github.com/mxcl/homebrew.git
$ brew doctor
Your system is ready to brew.
$ brew update
Already up-to-date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment