美文网首页
sourcetree ssl key github

sourcetree ssl key github

作者: 呱啦哒 | 来源:发表于2021-10-08 11:09 被阅读0次

操作步骤概要:
1 git config --global user.name "xxxxxx"
2 git config --global user.email "xxxxxx@xxxx.com"
3 ssh-keygen -t rsa -C "xxxxxx@xxxx.com"
4 打开sourcetree, 工具->选项->一般->SSH客户端:选择 OpenSSH
5 复制C:\Users\xxxxxx\.ssh\id_rsa.pub的全部内容备用
6 登录github,点右上角头像,Settings, SSH and GPG keys, New SSH key,把复制的内容粘贴进去保存就好了。

相关文章

网友评论

      本文标题:sourcetree ssl key github

      本文链接:https://www.haomeiwen.com/subject/bbhqoltx.html