Homebrew-cask 源使用帮助

地址

说明

Homebrew-cask镜像

使用说明

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

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

方式二:使用 Gitlab 仓库镜像

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

重置为官方上游

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

相关链接

Last updated