当前位置:   article > 正文

github提交时,git config --global要加双引号_git的邮箱 有双引号怎么办

git的邮箱 有双引号怎么办

 

 

github提交代码的时候出现了这个问题:

*** Please tell me who you are.


Run


  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"


to set your account's default identity.
Omit --global to set the identity only in this repository.


fatal: unable to auto-detect email address (got 'chenxiao@LAPTOP-S9MH6P88.(none)')

解决方法很简单,只需在当前输入下面两句命令,把引号里的改成自己的邮箱和账号就OK了

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"
 

双引号一定要有

我的是

  git config --global user.email "tianyahechu2004@163.com"
  git config --global user.name "tianyahechy"

 

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

闽ICP备14008679号