macos brew国内镜像加速方法 brew install 加速formula.jws.json下载慢加速
brew
🍺 The missing package manager for macOS (or Linux)
项目地址:https://gitcode.com/gh_mirrors/br/brew
免费下载资源
·
最近更新了最新版本的brew, 在执行brew 命令的时候默认会自动从 https://formulae.brew.sh/api/formula.jws.json 下载最新的JSON api文件, 速度禁止是不可忍受的慢. 安装brew install xxx也是出奇的慢, 解决方法就是设置国内的加速代理, 在系统环境变量里面增加2个配置项即可 HOMEBREW_BOTTLE_DOMAIN 和 HOMEBREW_API_DOMAIN, 设置方法如下:
在macos的用户文件夹下的 ~/.bash_profile 文件增加以下配置:
# brew安装镜像加速
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles
# export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles
# export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles
# brew4.x API加速
export HOMEBREW_API_DOMAIN="https://mirrors.aliyun.com/homebrew/homebrew-bottles/api"
让配置生效
source ~/.bash_profile
GitHub 加速计划 / br / brew
40.41 K
9.47 K
下载
🍺 The missing package manager for macOS (or Linux)
最近提交(Master分支:1 个月前 )
90a90b30
3 个月前
47b1cab7
3 个月前
更多推荐
已为社区贡献8条内容
所有评论(0)