Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「brew update」を実行した後にこのエラーが発生しました
Homebrew では、いくつかの Ruby ファイルで多くのエラーが発生しているようです。ここから先に進む方法についてのヒントをいただければ幸いです、ありがとう
homebrew単なる git リポジトリです。cd $(brew --prefix)更新を台無しにするローカルの変更がないことを確認できます。
homebrew
cd $(brew --prefix)
そうbrew updateすれば、単なる失敗よりも大きな出力が得られるはずです。投稿していただければ、より良いサポートができるかもしれません。
brew update
自作インストールで行われた変更を気にしない場合に簡単な修正を行うには、上記のコマンドを使用して自作リポジトリに cd し、git reset --hard origin/master. その後、更新を実行できるはずです。
git reset --hard origin/master