iOS开发技巧之:SourceTree 添加 ssh key 方法
1.使用 git 客户的生成公私钥:id_rsa、id_rsa.pub
1.1设置Git的user name和email:
$ git config --global user.name "xxx"
$ git config --global user.email "xxx.mail@xxx.com"1212
1.2.生成SSH密钥过程:
1.2.1.检查是不是已经存在密钥(
转载
2017-08-24 10:29:52 ·
1211 阅读 ·
0 评论