美文网首页
Git配置SSHKey

Git配置SSHKey

作者: 路峰 | 来源:发表于2018-07-13 17:37 被阅读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配置SSHKey

          本文链接:https://www.haomeiwen.com/subject/dsjspftx.html