美文网首页Linux杂谈
Ubuntu 下生成git公钥

Ubuntu 下生成git公钥

作者: 老中医167788 | 来源:发表于2020-11-20 22:47 被阅读0次
    git config --global user.name "你的名字"
    git config --global user.email "你的邮箱"
    

    用ssh-keygen命令在/root/.ssh/下生成公钥密钥

    ssh-keygen -t rsa -C "你的邮箱"
    
    Screen Shot 2020-11-20 at 10.44.48 PM.png

    相关文章

      网友评论

        本文标题:Ubuntu 下生成git公钥

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