brew updateしたらエラーでた
Macbook Airで brew update したら以下の様なエラーがでた。
error: pathspec 'master' did not match any file(s) known to git. Error: Failure while executing: git checkout -q master
こんな時は以下の用にして.git系のファイル飛ばしてやればいいらしい。
cd /usr/local rm -rf .git .gitignore