brew install hogehogeで Error:Cannot write to /usr/localと出たときの対処

Error: Cannot write to /usr/local · Issue #3930 · mxcl/homebrew · GitHub

sudo chown -R $USER /usr/local

と、

sudo chmod g+w /usr/local
sudo chgrp staff /usr/local

が、提示されてるけど、2つ目はグループをwheelから変更するのはなんかあれだのう。大丈夫だっけ?