mac出厂没有自带brew环境,这就需要我们手动去安装,具体安装命令如下:
1、无法使用的命令(踩坑记录,受国内环境的影响无法访问了):
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2、新的可用安装命令:
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
标签:raw,mac,master,https,brew,安装 From: https://www.cnblogs.com/routine/p/17639097.html