Homebrew Cask 源使用帮助¶
说明¶
Homebrew cask 软件仓库,提供 macOS 应用和大型二进制文件
使用说明¶
使用 NJU 镜像安装,或将已安装的仓库远程替换为 NJU 镜像:
brew tap --custom-remote --force-auto-update homebrew/cask https://mirrors.nju.edu.cn/homebrew-cask.git
注解
若出现 Error: invalid option: --custom-remote
错误,请先运行 brew update
将 brew
更新至 3.2.17 或以上版本。
重置为官方地址:
brew tap --custom-remote --force-auto-update homebrew/cask https://github.com/Homebrew/homebrew-cask
注解
Caskroom 的 Git 地址在 2018 年 5 月 25 日从 https://github.com/caskroom/homebrew-cask 迁移到了 https://github.com/Homebrew/homebrew-cask 。
相关镜像¶
- Homebrew 源使用帮助
- Homebrew Bottles 源使用帮助
- Homebrew Core 源使用帮助
- homebrew-cask-versions.git
相关链接¶
官方主页: | https://caskroom.github.io |
---|---|
Homebrew: | https://brew.sh/ |