美文网首页
mac brew安装git

mac brew安装git

作者: JackSpeed | 来源:发表于2023-04-07 15:19 被阅读0次

1.安装homebrew

/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"

2.配置环境变量

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

3.安装git

brew install git

相关文章

网友评论

      本文标题:mac brew安装git

      本文链接:https://www.haomeiwen.com/subject/piwpddtx.html