Mac 安装 Homebrew

如果使用官网的命令下载,会提示443错误。

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

要使用国内的源进行下载

安装脚本

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

卸载脚本

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

转自:Homebrew国内如何自动安装(国内地址)(Mac OS)open in new window

感恩❤️

Last Updated:
Contributors: gclhaha