使用 mac上安装homebrew方法

安装步骤

1、

cmd  输入命令:/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

2、

选择:选项1、2、3、4

3、

安装选项:y
现在homebrew会自动下载安装成功

4、

安装:brew install ffmpeg

5、

验证:ffmpeg -version

6、报错如下:

==> Installing ffmpeg dependency: brotli
error: could not lock config file .git/config: Permission denied
Error: Command failed with exit 255: git
MacBook-Pro-2:~ tanwei$ 
MacBook-Pro-2:~ tanwei$ sudo chgrp -R admin /usr/local

7、解决:

sudo chgrp -R admin /usr/local
sudo chmod -R g+w   /usr/local

8、安装成功

使用 mac上安装homebrew方法_第1张图片
使用 mac上安装homebrew方法_第2张图片

你可能感兴趣的:(macos)