mac安装brew

Posted 铭记初心

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac安装brew相关的知识,希望对你有一定的参考价值。

官方安装地址:

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

遇到下面提示,说明因为域名被和谐了,无法访问官方脚本地址:

curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out

我们只需要配置一下 hosts 文件即可

  • 在https://www.ipaddress.com/查询raw.githubusercontent.com的真实IP
  • 配置hosts:199.232.68.133raw.githubusercontent.com,如果不知道怎么配,请参考 github 访问太慢,怎么办 ??

使用了中科大镜像来加速访问:

/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"

如果命令执行中卡在下面信息:

==> Tapping homebrew/core
Cloning into \'/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core\'... 

Control + C中断脚本执行如下命令后,再次执行安装命令

cd "$(brew --repo)/Library/Taps/"
mkdir homebrew && cd homebrew
git clone git://mirrors.ustc.edu.cn/homebrew-core.git

以上是关于mac安装brew的主要内容,如果未能解决你的问题,请参考以下文章

mac brew 怎么安装msql 5.5

mac brew 安装是怎么回事

Mac系统下安装Homebrew后无法使用brew命令,-bash: brew: command not found

mac下Apache的brew安装与配置

Mac使用Mac安装brew

Mac系统下安装/卸载brew(带踩坑)