Git 项目管理:
Mac Terminal 生成 Git 秘钥流程:
git config --global user.name "yourname"
git config --global user.email " yourEmail"
ssh-keygen -t rsa -C " yourEmail"