Mac使用brew安装软件
1.* 安装brew
在mac终端执行命令:
点击查看代码
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
报错:
点击查看代码
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
国外服务器搞不了,只能使用国内镜像:
点击查看代码
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
然后让你选择镜像,我选择【5】阿里镜像,回车,等待执行完成,就安装好了。
执行brew --help
或brew -v
查看是否安装成功。