項目場景:
在使用[命令行]安裝東西的時候提示
錯誤提示:zsh: command not found: brew
解決方案:
Mac安裝 homebrew
使用一下命令安裝,
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
最后使用命令:
brew install wget
驗證:
來安裝個redis試試
在使用[命令行]安裝東西的時候提示
錯誤提示:zsh: command not found: brew
Mac安裝 homebrew
使用一下命令安裝,
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
最后使用命令:
brew install wget
驗證:
來安裝個redis試試