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 更换国内镜像的主要内容,如果未能解决你的问题,请参考以下文章

Composer 更换为国内镜像源(Packagist 镜像)

将pip源更换到国内镜像

将pip源更换到国内镜像

Linux—更换国内镜像源

为你的pip更换一个国内的镜像源

docker 更换国内镜像仓库