LYliangying
cd "$(brew --repo)"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
git checkout master
git pull origin master

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
git checkout master
git pull origin master

brew update

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-09-04
  • 2021-05-26
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-14
  • 2022-02-09
  • 2021-08-23
  • 2022-12-23
  • 2022-01-27
  • 2021-07-31
  • 2022-12-23
相关资源
相似解决方案