1、brew install xxx 时出现 # fatal: not in a git directory Error: Command failed with exit 128: git问题
解决方案:执行brew -v 命令看看是不是有两个提示,你的 homebrew-core和homebrew-cask目录 被git认为不是一个安全的目录,需要手动添加
git config --global --add safe.directory 你的homebrew-core路径
git config --global --add safe.directory 你的homebrew-cask路径