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

vscode Git:failed to execute git

时间:2018-09-03 21:59:13      阅读:727      评论:0      收藏:0      [点我收藏+]

标签:方案   --   com   信息   vscode   name   cut   empty   xxxxxx   

在vscoad中选择全部提交时候提示 Git:failed to execute git
在git日志中会看到这么一行错误信息 empty ident name (for <XXXXXX.com>) not allowed (XXXXXX为你的邮箱)
出现这个错误的原因是:git没有设置用户信息
解决方案:
设置user.email和user.name
$ git config --global user.name "XXXXXX"(设置你的用户名)
$ git config --global user.email "XXXXXX.com" (XXXXXX为你的邮箱)
重新提交

vscode Git:failed to execute git

标签:方案   --   com   信息   vscode   name   cut   empty   xxxxxx   

原文地址:https://www.cnblogs.com/feipeng8848/p/9581222.html

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