MAC OS系统替换homebrew使用阿里云的镜像源
# 替换brew.git:
cd "$(brew --repo)"
git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git
# 替换homebrew-core.git:
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git
# 应用生效
brew update
本文介绍如何在MACOS系统中将Homebrew的默认镜像源更改为阿里云的镜像源,包括替换brew.git和homebrew-core.git两个核心组件的镜像源地址,并通过执行brew update命令使更改生效。
7327

被折叠的 条评论
为什么被折叠?



