MAC OS系统替换homebrew使用阿里云的镜像源
2019-03-03 15:13:42 南通SEO 阅读数 2024更多
MAC OS系统替换homebrew使用阿里云的镜像源
-
-
-
git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git
-
-
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
-
git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git
-
-