sourcetree ssl key github

操作步骤概要:
1 git config --global user.name "xxxxxx"
2 git config --global user.email "[email protected]"
3 ssh-keygen -t rsa -C "[email protected]"
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)