brew

brew官网

安装:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

卸载:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"

常用命令:

安装软件:brew install xxx
卸载软件:brew uninstall xxx
搜索软件:brew search xxx
更新软件:brew upgrade xxx
查看列表:brew list
更新brew:brew update

Mac 解决 brew 一直卡在 Updating Homebrew

安装HomeBrew 失败的解决方案(Error: Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core failed!)

使用git clone的时候报错:Received HTTP code 503 from proxy after CONNECT

https://blog.csdn.net/weixin_41010198/article/details/109327793

原文地址:https://www.cnblogs.com/javalzy/p/14239959.html