mac安装homebrew
更新:HHH   时间:2023-1-7


在mac环境下 安装homebrew

brew相当于linux环境下yum的作用

安装Brew,运行命令:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

验证是否安装成功(输入 which brew)



有可能报如下错误

RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

处理方式

git config --global http.postBuffer 524288000
返回建站服务器教程...