vscode Git:failed to execute git

Posted feipeng8848

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode Git:failed to execute git相关的知识,希望对你有一定的参考价值。

在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的主要内容,如果未能解决你的问题,请参考以下文章

.git/‘: Failed to connect to 127.0.0.1 port 1080: Connection refused

.git/‘: Failed to connect to 127.0.0.1 port 1080: Connection refused

CentOS VSCode调试go语言出现:exec: "gcc": executable file not found in PATH

VSCode调试go语言出现:exec: "gcc": executable file not found in %PATH%

VS2017git 提交提示错误 Git failed with a fatal error.

vscode Unable to attach to CoreCLR. Access is denied