问题描述
解决方法一
添加安全目录,没有测试。
git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-
git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-cask
解决方法二
取消挂载这两个包,没有测试。
brew untap homebrew/core
brew untap homebrew/cask
解决方法三
重装brew到/opt下。注意,可能要点方法才能访问到github。测试有效。
sudo rm -rf /usr/local/Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"