无法在 MAC MOJAVE 上卸载 GIT

Impossible to uninstall GIT on MAC MOJAVE

我正在尝试从我的 MacOS Mojave 中完全删除 git。 我已经尝试了 Whosebug 上的所有主题,但都没有成功。

我用 Homebrew 安装了它。

git 版本 2.17.1 (Apple Git-112)

在终端中:

**Which Git**
-> /usr/bin/git

**sudo rm -f /usr/bin/git**
-> rm: /usr/bin/git: Operation not permitted

下一步是什么?

非常感谢

按照文档 (https://docs.brew.sh/FAQ) 中的说明使用正确的 brew 命令:

brew uninstall --force git

好的,我知道该怎么做了:暂时禁用 SIP https://support.apple.com/en-us/HT204899

这是一个非常危险的命令... 之后不要忘记直接重新启用。