Skip to content

M1 Chipset mac mini で Homebrew の git エラーを解消する

M1 Chipset な mac mini で brew update すると下記のエラーが発生しました。

1
2
3
$ 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 すると解決しました。

1
brew uninstall git

参考