Windows下Git多账号配置,同一电脑多个ssh-key的管理
https://www.cnblogs.com/popfisher/p/5731232.html
1.如何生成ssh公钥
使用git brash 客户端按如下命令来生成 sshkey:
ssh-keygen -t rsa -C "xxxxx@xxxxx.com"
2.git服务器添加ssh密钥
GitHub添加SSH key的方式如下图所示:
3.修改config文件
转载
2018-01-05 11:22:54 ·
429 阅读 ·
0 评论