brew 安装 yarn 时候失败

1.mac 安装

brew install yarn

报错

Error: Failure while executing; `git config --local --replace-all homebrew.analyticsmessage true` exited with 1.

解决办法

在terminal输入:

xcode-select --install

安装成功之后可以解决

2.brew 安装慢

1.cd "$(brew --repo)" && git remote set-url origin https://git.coding.net/homebrew/homebrew.git
2.cd ~
3.brew update
上一篇:Mac 下安装 ruby 环境解决 brew 安装 yarn 问题


下一篇:java进程占用CPU资源过高分析脚本