I\'m trying to install glue 0.3 for OXS Mountain Lion and ran into this error after installing homebrew (Error: Cowardly refusing to sudo brew install You can use b
sudo brew install
sudo chown -R $USER /usr/local
Use the above command instead of changing the owner of brew to root.
brew
This is the suggested method by the Owner of homebrew in https://github.com/Homebrew/homebrew/issues/9953
homebrew