当前位置:   article > 正文

git配置user.name和user.email_git设置username和email

git设置username和email

1.首先查看有没有配置user.name和user.email(没输出则没有)

  1. git config user.name
  2. git config user.email

2.设置user.name和user.email

  1. git config --global user.name "your_username" # 配置用户名
  2. git config --global user.email "your_email" # 配置邮箱

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/695217
推荐阅读
相关标签
  

闽ICP备14008679号