项目管理之 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"

posted @ 2017-05-20 23:48  ZachRobin  阅读(267)  评论(0编辑  收藏  举报