homebrew更改国内开源镜像源

homebrew更改国内开源镜像源

默认的镜像源大概有二部分git repo(位于GitHub)和二进制bottle(位于binary)。brew安装应用跟这几个仓库地址有关。
1.brew.git
2.homebrew-core.git
3.homebrew-bottles

国内两个比较好的开源镜像站
阿里云:http://mirrors.aliyun.com/
中国科技大学:https://mirrors.ustc.edu.cn/

一、修改brew.git
cd “$(brew --repo)”

git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git

二、修改homebrew-core.git

cd “$(brew --repo)/Library/Taps/homebrew/homebrew-core”

git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git

执行
$brew update

三、修改homebrew-bottles
查看macOS shell的版本,不同的版本配置的shell不同
$echo $SHELL

输出 bin/zshrc 执行下列命令

$echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles' >> ~/.zshrc

$source ~/.zshrc
输出bin/ba

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值