git生成并添加ssh key

1、安装Git
2、鼠标右键git bash here
3、生成ssh key
git config --global user.name 'cppdy813'
git config --global user.email 'cppdy813@163.com'
ssh-keygen -t rsa -C 'cppdy813@163.com'

posted @ 2019-06-10 15:25  知识追求者  阅读(3933)  评论(0)    收藏  举报