项目管理之 Git 管理软件 SourceTree for Mac

  Git 项目管理:

  Mac Terminal 生成 Git 秘钥流程:

  git config --global user.name "yourname"

  git config --global user.email " yourEmail"

  ssh-keygen -t rsa -C " yourEmail"

原文地址:https://www.cnblogs.com/ZachRobin/p/6883631.html