一、设置Git的user name和email
git config --global user.name "xuhaiyan"
git config --global user.email "haiyan.xu.vip@gmail.com"
二、生成SSH密钥
ssh-keygen -t rsa -C “email@email.com”
默认不设置密码,连按三个回车键
git config --global user.name "xuhaiyan"
git config --global user.email "haiyan.xu.vip@gmail.com"
ssh-keygen -t rsa -C “email@email.com”
默认不设置密码,连按三个回车键
本文标题:Git配置SSHKey
本文链接:https://www.haomeiwen.com/subject/dsjspftx.html
网友评论