MAC 更新brew 镜像源

Posted jackylee92

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MAC 更新brew 镜像源相关的知识,希望对你有一定的参考价值。

mac 更新brew镜像源

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin git://mirrors.ustc.edu.cn/homebrew-core.git
echo export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles >> ~/.bash_profile
source ~/.bash_profile
brew update

 

以上是关于MAC 更新brew 镜像源的主要内容,如果未能解决你的问题,请参考以下文章

Brew:Mac OS 使用brew命令报错“Error opening archive: Failed to open ‘../Caches/Homebrew../”解决方法

Brew:Mac OS 使用brew命令报错“Error opening archive: Failed to open ‘../Caches/Homebrew../”解决方法

Brew:Mac OS 使用brew命令报错“Error opening archive: Failed to open ‘../Caches/Homebrew../”解决方法

mac 安装docker

Mac brew 包管理工具安装与常用包

Mac入门--通过homebrew下载过慢问题