- Android Studio下载
- item2下载
- 使用Oh My Zsh替换zsh官网
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- 安装brew教程
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
- 使用brew安装git教程
不用第一步,直接从安装Homebrew开始
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git
git --version
ssh-keygen -t rsa -C "your_email@example.com"
cat ~/.ssh/id_rsa.pub
git config --global user.name "你的名字或昵称"
git config --global user.email "你的邮箱"
git config --list