/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
brew -v
git config --global --add safe.directory /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
git config --global --add safe.directory /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask
brew install tree
安装Homebrew及配置
本文介绍如何使用curl命令获取Homebrew的安装脚本并执行安装过程。此外还介绍了如何通过git命令为Homebrew的安全目录进行配置,确保后续操作的安全性。最后通过brew命令安装了tree工具。
1万+

被折叠的 条评论
为什么被折叠?



