brew updateしたらエラーがでました。
brewのupdateでエラー
brew update
error: Your local changes to the following files would be overwritten by merge:
Library/Formula/libxslt.rb
Please, commit your changes or stash them before you can merge.
error: Your local changes to the following files would be overwritten by merge:
Library/brew.rb
Please, commit your changes or stash them before you can merge.
Aborting
Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master
brewがこわれてるみたいなので最新にするといいみたいです。
brewのリポジトリを新しくする
cd $(brew --prefix)
git fetch origin
git reset --hard origin/master
git logをしたらコミットが変わっていました。
なので次にbrewをupdateすると成功すると思います。
brewのupdate
brew update
今度は成功しました。