Homebrew 源使用帮助

地址

说明

Homebrew镜像

使用说明

目前本镜像站提供两种方式替换上游。

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

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

方式二:使用 Gitlab 仓库镜像 (已废弃)

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

重置为官方上游

# 重置为官方上游 
cd "$(brew --repo)"
git remote set-url origin https://github.com/Homebrew/brew.git

相关链接

Last updated