macOS安装brew(Homebrew国内源) 苹果电脑标准安装脚本: 1/bin/zsh -c"$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 苹果电脑卸载脚本: 1/bin/zsh -c"$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"
brew create https://foo.com/foo-1.0.tgz # 意外处理 1. 先执行brew doctor查看问题,按照指示对问题进行修复 2. 执行brew update-reset 将homebrew还原到稳定版 3. 执行brew update 更新软件包 使用Homebrew Cask安装图形应用程序 brew install只能安装命令行程序,使用 Homebrew Cask 可以安装 macOS 图形应用程序...