Skip to content

Instantly share code, notes, and snippets.

@pid
Created July 11, 2013 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pid/5974342 to your computer and use it in GitHub Desktop.
Save pid/5974342 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.
@pid
Copy link
Author

pid commented Jul 17, 2013

mmhh didn't changed anything (I think so), and now it works with https again ... what ever... :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment