美文网首页
git配置用户和邮箱

git配置用户和邮箱

作者: 小白lf | 来源:发表于2021-10-26 16:08 被阅读0次

    查看git用户配置

    git config user.name
    

    查看git邮箱配置

    git config user.email
    

    配置git用户

    git config --global user.name "Your name"
    

    配置git邮箱

    git config --global user.email "Your eamil"
    

    相关文章

      网友评论

          本文标题:git配置用户和邮箱

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