Git SSH Key 生成步骤
摘要:一 、 设置Git的user name和email: $ git config --global user.name "xuhaiyan" $ git config --global user.email "haiyan.xu.vip@gmail.com" 二、生成SSH密钥过程: 1.查看是否已经有了ssh密钥:cd ~/.ssh 如果没有密钥则不...
阅读全文
posted @
2014-12-24 15:10
L . W
阅读(481)
推荐(0)