过一段时间没有使用,我们应该brew update更新。
遇到问题,可以运行brew doctor检测。
brew update 或 install可能都很慢,可以在后面加--verbose --debug看更多信息,了解进度。
如有需要使用mirror,下面是中科大源的设置方法:
替换brew.git:
cd "$(brew --repo)"
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
替换homebrew-core.git:
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
评论