先更新下brew
偶然brew版本太旧也会有题目
- /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
复制代码 再更新国内源
- #更新Homebrew
- cd "$(brew --repo)"
- git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
- #更新Homebrew-core
- cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
- git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
- #更新Homebrew-cask(最重要的一步,很多更新完国内源依然卡就是没更新这个)
- cd "$(brew --repo)"/Library/Taps/homebrew/homebrew-cask
- git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git
复制代码 更新HOMEBREW_BOTTLE_DOMAIN
最紧张
- echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles/' >> ~/.zshrc
- source ~/.zshrc
复制代码
- echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles/' >> ~/.bash_profile
- source ~/.bash_profile
复制代码 更新库
#或都使用下面的更新
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。 |