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

git 提交问题出现小解决:

  在输入 git commit -m "输入的是对这个版本的描述信息"

  然后报错:fatal: unable to auto-detect email address (got 'CC@LAPTOP-UPQ1N1VQ.(none)')

  问题解决,按照下图输入:

    git config --global user.name "root"

    git config --global user.email myemail@qq.com

  然后再进行提交,成功。

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

 

上一篇:Warning: File upload error - unable to create a temporary file in Unknown on line 0


下一篇:编译Android项目的时候报错Unable to execute dex: java.nio.BufferOverflowException. 解决方案...