-
-
Save lsurvila/f41dba734fa62780017c to your computer and use it in GitHub Desktop.
```brew update``` and ```brew doctor```is stalling/hangs ::: SOLUTION
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected]: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