码迷,mamicode.com
首页 > 系统相关 > 详细

Mac系统下 brew 更换清华源

时间:2019-06-08 17:39:21      阅读:373      评论:0      收藏:0      [点我收藏+]

标签:file   class   main   tps   速度   脚本   port   tle   快速   

成功安装brew后,输入如下命令:

1、官网brew.sh复制安装脚本。

2、自动安装完成后,更换为清华源来加快速度。网址为:https://mirrors.tuna.tsinghua.edu.cn/help/homebrew

3、更换homebrew

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

更换homebrew-bottles (长期换源)

echo export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles >> ~/.bash_profile
source ~/.bash_profile

 

Mac系统下 brew 更换清华源

标签:file   class   main   tps   速度   脚本   port   tle   快速   

原文地址:https://www.cnblogs.com/tingguoguoyo/p/10991181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!