美文网首页
Git-Bash 设置用户名和邮箱

Git-Bash 设置用户名和邮箱

作者: 催化剂 | 来源:发表于2021-06-10 16:18 被阅读0次

    设置用户名:git config --global user.name "用户名"

    git config --global user.name "glem"

    设置邮箱:git config --global user.email 邮箱地址

    git config --global user.name "glem666@163.com"

    相关文章

      网友评论

          本文标题:Git-Bash 设置用户名和邮箱

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