运行以下命令替换

以中科大镜像源为例

git -C "$(brew --repo)" remote set-url origin https://mirrors.ustc.edu.cn/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git 
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git
brew update

还原

git -C "$(brew --repo)" remote set-url origin https://github.com/Homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://github.com/Homebrew/homebrew-core.git
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://github.com/Homebrew/homebrew-cask.git
brew update

常用国内镜像源地址

中科大

https://mirrors.ustc.edu.cn/

清华大学

https://mirrors.tuna.tsinghua.edu.cn/

阿里云

https://mirrors.aliyun.com/

 

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

评论(1)

  • faxuanTurkish 2021年3月14日 上午2:51

    真心感谢.博主加油