在我的 MAC 工作機上,為了編譯 linphone,我創建了一個新的使用者帳戶。在安裝依賴包時,提示找不到 brew,重新安裝 brew 時,出現各種權限被拒絕的錯誤。於是我決定在舊的使用者帳戶下卸載 brew,然後在新的使用者帳戶下重新安裝。
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
但在新的使用者帳戶下,仍然提示權限被拒絕。繼續安裝仍然不成功。再次卸載時出現以下情況:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
無法找到 Homebrew!
解決方法:
#清理 git 緩存
rm -rf /usr/local/.git
#徹底清理 Cellar,盡量不要使用
#rm -rf /usr/local/Cellar