Skip to content

Latest commit

 

History

History

brew

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

brew 换源

清华源:

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

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

brew update