美文网首页
GIT 设置

GIT 设置

作者: 14px | 来源:发表于2018-06-25 14:33 被阅读0次

    安装 git

    添加用户

    git config --global user.name "username"
    git config --global user.email "user@email.com"
    

    生成 SSH 公钥私钥对

    ssh-keygen -t rsa -C "user@email.com"
    

    相关文章

      网友评论

          本文标题:GIT 设置

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