Homebrew-core 源使用帮助

地址

说明

Homebrew-core镜像

使用说明

方式一:使用主站 Nginx 代理git

# 替换现有上游
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.shuosc.cn/mgit/homebrew-core

方式二:使用 Gitlab 仓库镜像

# 替换现有上游
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://git.lep.site/Homebrew/brew.git

重置为官方上游

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://github.com/Homebrew/homebrew-core.git

相关链接

Last updated