Linuxbrew Core 源使用帮助
优质
小牛编辑
142浏览
2023-12-01
地址
https://mirrors.ustc.edu.cn/linuxbrew-core.git/
说明
Linuxbrew 核心软件仓库
使用说明
替换 USTC 镜像:
cd "$(brew --repo homebrew/core)" git remote set-url origin https://mirrors.ustc.edu.cn/linuxbrew-core.git
重置为官方地址:
cd "$(brew --repo homebrew/core)" git remote set-url origin https://github.com/Homebrew/linuxbrew-core
相关镜像
相关链接
- 官方主页
- Linuxbrew 文档