M1 Chipset な mac mini で brew update
すると下記のエラーが発生しました。
$ brew update
(--snip--)
Error: Failure while executing; `git config --replace-all homebrew.analyticsmessage true` was terminated by uncaught signal KILL.
これは 2 つの git が混在している為に発生する問題のようで、brew uninstall git
すると解決しました。
brew uninstall git
コメント