OS X10.15 安装brew失败,总是提示Don't run
2020-09-08 本文已影响0人
奶牛的奶糖
使用一下命令安装brew
ruby -e"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
提示Don't run this as root!
![](https://img.haomeiwen.com/i691639/418c15e4feee2c41.png)
image.png
提示 The Linuxbrew GitHub repository has moved to https://github.com/Linuxbrew/brew
Please see http://linuxbrew.sh for instructions to install Linuxbrew.
然后去到homebrew官网查看
![](https://img.haomeiwen.com/i691639/06f23178e39c2349.png)
image.png
使用命令行终于开始下载了
/bin/bash -c"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
![](https://img.haomeiwen.com/i691639/c0a4202489691cea.png)