Homebrew国内如何自动安装(国内地址)(Mac OS)
详细操作
建议选择中科大数据源
安装脚本:
/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中文git仓库)
转自:https://zhuanlan.zhihu.com/p/111014448