先卸载
- 终端执行如下指令
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
重新安装
- 终端执行如下指令
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
- 选择
任意
下载源,输入对应阿拉伯数字 - 按照提示,依次执行
常用指令
- 查看brew版本
brew -v
- 本地软件列表
brew ls
- 更新brew版本
brew upgrade
- 清除旧版本软件包
brew cleanup
查找软件 google
brew search google
安装软件 wget
brew install wget
诊断检查 doctor
brew doctor
更换源
safe policy
git config --global --add safe.directory /opt/homebrew
homebrew
export HOMEBREW_BREW_GIT_REMOTE=https://mirrors.ustc.edu.cn/brew.git
homebrew-core
export HOMEBREW_CORE_GIT_REMOTE=https://mirrors.ustc.edu.cn/homebrew-core.git
homebrew-cask
brew tap --custom-remote --force-auto-update homebrew/cask https://mirrors.ustc.edu.cn/homebrew-cask.git
网友评论