mac 更换国内镜像
Posted wanderingfish
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac 更换国内镜像相关的知识,希望对你有一定的参考价值。
清华大学镜像mac 镜像设置
替换现有上游
cd "$(brew --repo)"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
brew update
复原
cd "$(brew --repo)"
git remote set-url origin https://github.com/Homebrew/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://github.com/Homebrew/homebrew-core
brew update
以上是关于mac 更换国内镜像的主要内容,如果未能解决你的问题,请参考以下文章