- Android 镜像使用帮助
- AUR 镜像使用帮助
- AdoptOpenJDK 镜像使用帮助
- CPAN 镜像使用帮助
- CRAN 镜像使用帮助
- CTAN 镜像使用帮助
- CocoaPods 镜像使用帮助
- OpenMediaVault 镜像使用帮助
- Alpine 镜像使用帮助
- Anaconda 镜像使用帮助
- AOSC OS(安同 OS)镜像使用帮助
- Arch4edu 镜像使用帮助
- Arch Linux 软件仓库镜像使用帮助
- Arch Linux ARM 软件仓库镜像使用帮助
- ArchlinuxCN 镜像使用帮助
- Bananian 镜像使用帮助
- GNU Binutils 和 GDB 等项目 Git 镜像使用帮助
- Bioconductor 镜像使用帮助
- CentOS 镜像使用帮助
- centos-altarch 镜像使用帮助
- centos-vault 镜像使用帮助
- CEPH 镜像安装帮助
- Chef APT/YUM 镜像使用帮助
- Chromium OS 镜像使用帮助
- Clickhouse 镜像使用帮助
- Rust crates.io 索引镜像使用帮助
- Cygwin 镜像使用帮助
- Pub 镜像安装帮助
- Debian 镜像使用帮助
- Docker Community Edition 镜像使用帮助
- ELPA 镜像使用帮助
- ELRepo 镜像使用帮助
- EPEL 镜像使用帮助
- F-Droid 镜像使用帮助
- Fedora 镜像使用帮助
- Flutter 镜像安装帮助
- Flutter SDK 源码镜像使用帮助
- GCC Git 镜像使用帮助
- Gentoo Linux 的镜像配置方法如下:
- Gentoo Prefix macOS 的镜像配置方法
- Git Repo 镜像使用帮助
- Gitlab Community Edition 镜像使用帮助
- Gitlab CI Multi Runner 镜像使用帮助
- Gitlab Runner 镜像使用帮助
- GNU C Library Git 镜像使用帮助
- Grafana 镜像帮助
- hackage 镜像使用帮助
- Homebrew / Linuxbrew 镜像使用帮助
- Homebrew-bottles 镜像使用帮助
- Hugging Face Model Hub 预训练模型镜像使用帮助
- Julia 镜像使用帮助
- Julia 二进制安装程序
- KiCad 镜像使用帮助
- Kubernetes 镜像使用帮助
- Lineage 介绍
- lineageOS 源代码镜像使用帮助
- Linux 固件仓库 Git 镜像使用帮助
- Linux Kernel Git 镜像使用帮助
- Linuxbrew-bottles 镜像使用帮助
- Linux Mint 镜像使用帮助
- LLVM Git 源码仓库镜像使用帮助(废弃)
- LLVM Git 源码仓库镜像使用帮助
- LXC Images 镜像帮助
- MariaDB 镜像使用帮助
- MongoDB 镜像使用帮助
- MSYS2 镜像使用帮助
- Mysql Community Edition 镜像使用帮助
- Nix 镜像使用帮助
- Nodejs Release 镜像使用帮助
- Nodesource 镜像使用帮助
- openSUSE 镜像使用帮助
- OpenTHOS 源代码镜像使用帮助
- OpenWRT (LEDE) 镜像使用帮助
- PHP 包仓库 Packagist 索引镜像使用帮助
- Proxmox 镜像使用帮助
- PyBOMBS 镜像使用帮助
- pypi 镜像使用帮助
- QEMU Git 镜像使用帮助
- Qubes OS 镜像使用帮助
- Raspbian 镜像使用帮助
- Archlinux repo-ck 镜像使用帮助
- Repoforge (原Rpmforge) 镜像使用帮助
- ROS 镜像使用帮助
- ROS2 镜像使用帮助
- RPMFusion 镜像使用帮助
- Ruby Gems 镜像使用帮助
- Rudder APT/YUM 镜像使用帮助
- Rustup 镜像安装帮助
- Solus 镜像使用帮助
- stackage 镜像使用帮助
- TensorFlow 镜像使用帮助
- Termux 镜像使用帮助
- tlpretest 镜像使用帮助
- Ubuntu 镜像使用帮助
- Ubuntu Ports 镜像使用帮助
- VirtualBox 镜像使用帮助
- Voidlinux 镜像使用帮助
- Git Repo 镜像使用帮助
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
Homebrew / Linuxbrew 镜像使用帮助
注:该镜像是 Homebrew / Linuxbrew 源程序以及 formula / cask 索引的镜像(即 brew update
时所更新内容)。本镜像站同时提供相应的二进制预编译包的镜像,请参考 Homebrew bottles 镜像使用帮助 和 Linuxbrew bottles 镜像使用帮助。
首次安装 Homebrew / Linuxbrew
首先,需要确保系统中安装了 bash、git 和 curl,对于 macOS 用户需额外要求安装 Command Line Tools (CLT) for Xcode。
- 对于 macOS 用户,系统自带 bash、git 和 curl,在命令行输入
xcode-select --install
安装 CLT for Xcode 即可。 - 对于 Linux 用户,系统自带 bash,仅需额外安装 git 和 curl。
接着,在终端输入以下几行命令设置环境变量:
if [[ "$(uname -s)" == "Linux" ]]; then BREW_TYPE="linuxbrew"; else BREW_TYPE="homebrew"; fi
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/${BREW_TYPE}-core.git"
export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/${BREW_TYPE}-bottles"
最后,在终端运行以下命令以安装 Homebrew / Linuxbrew:
# 从本镜像下载安装脚本并安装 Homebrew / Linuxbrew
git clone --depth=1 https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/install.git brew-install
/bin/bash brew-install/install.sh
rm -rf brew-install
# 也可从 GitHub 获取官方安装脚本安装 Homebrew / Linuxbrew
/bin/bash -c "$(curl -fsSL https://github.com/Homebrew/install/raw/master/install.sh)"
这样在首次安装的时候也可以使用镜像。更多信息请参考 Homebrew 官方安装文档。
* 安装成功后需将 brew 程序的相关路径加入到环境变量中:
以下针对基于 Apple Silicon CPU 设备上的 macOS 系统(命令行运行
uname -m
应输出arm64
)上的 Homebrew:test -r ~/.bash_profile && echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.bash_profile test -r ~/.zprofile && echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
对基于 Intel CPU 设备上的 macOS 系统(命令行运行
uname -m
应输出x86_64
)的用户可跳过本步。以下针对 Linux 系统上的 Linuxbrew:
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)" test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile test -r ~/.profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile test -r ~/.zprofile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.zprofile
替换现有仓库上游
替换 brew 程序本身的源,Homebrew / Linuxbrew 相同:
git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
以下针对 macOS 系统上的 Homebrew:
# 手动设置
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git
git -C "$(brew --repo homebrew/cask-fonts)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask-fonts.git
git -C "$(brew --repo homebrew/cask-drivers)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask-drivers.git
git -C "$(brew --repo homebrew/cask-versions)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask-versions.git
# 或使用下面的几行命令自动设置
BREW_TAPS="$(brew tap)"
for tap in core cask{,-fonts,-drivers,-versions}; do
if echo "$BREW_TAPS" | grep -qE "^homebrew/${tap}\$"; then
# 将已有 tap 的上游设置为本镜像并设置 auto update
# 注:原 auto update 只针对托管在 GitHub 上的上游有效
git -C "$(brew --repo homebrew/${tap})" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-${tap}.git
git -C "$(brew --repo homebrew/${tap})" config homebrew.forceautoupdate true
else # 在 tap 缺失时自动安装(如不需要请删除此行和下面一行)
brew tap --force-auto-update homebrew/${tap} https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-${tap}.git
fi
done
以下针对 Linux 系统上的 Linuxbrew:
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/linuxbrew-core.git
更换上游后需重新设置 git 仓库 HEAD:
brew update-reset
复原仓库上游
(感谢 Snowonion Lee 提供说明)
# brew 程序本身,Homebrew / Linuxbrew 相同
git -C "$(brew --repo)" remote set-url origin https://github.com/Homebrew/brew.git
# 以下针对 macOS 系统上的 Homebrew
BREW_TAPS="$(brew tap)"
for tap in core cask{,-fonts,-drivers,-versions}; do
if echo "$BREW_TAPS" | grep -qE "^homebrew/${tap}\$"; then
git -C "$(brew --repo homebrew/${tap})" remote set-url origin https://github.com/Homebrew/homebrew-${tap}.git
fi
done
# 以下针对 Linux 系统上的 Linuxbrew
git -C "$(brew --repo homebrew/core)" remote set-url origin https://github.com/Homebrew/linuxbrew-core.git
# 重新设置 git 仓库 HEAD
brew update-reset
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论