Git配置SSHKey
2018-07-13 本文已影响13人
路峰
一、设置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”
默认不设置密码,连按三个回车键