码迷,mamicode.com
首页 > 其他好文 > 详细

git提交报错

时间:2019-08-15 13:15:38      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:pos   this   pre   machine   ble   epo   auto   one   default   

*** 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 accounts default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got bindu@bindu-virtual-machine.(none))
bindu@

根据提示信息:需要配置git,请执行以下2条命令

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

 

git提交报错

标签:pos   this   pre   machine   ble   epo   auto   one   default   

原文地址:https://www.cnblogs.com/1218-mzc/p/11357217.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!