hexo/source/_posts/2022-07-29-macOS-homebrew.md

635 B

title tags published hideInList isTop abbrlink categories excerpt date feature
macOS一键安装homebrew国内镜像
macos
homebrew
true false false d701f25 分享 ai: 这篇文章介绍了由于网络阻隔可能导致官方一键安装脚本无法成功执行的问题,并提供了一个使用国内镜像源的替代一键安装脚本的解决方案。 2022-07-29 15:33:00

官方给出的一键安装由于墙的原因可能无法安装成功。 所以找到了一个国内镜像的一键安装脚本

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"