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