随笔 | Homebrew 更换国内源

来源:互联网 发布:微信端口开发 编辑:程序博客网 时间:2024/05/23 01:26

替换及重置Homebrew默认源

替换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

更换Homebrew Bottles源

echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.zshrcsource ~/.zshrc
原创粉丝点击