Commit failed - exit code 128 received, with output: '*** 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: empty ident name (for <>) not allowed'

  需要到项目 .git\config文件中加入

[user]
    name = 你的名字
    email = 你的邮箱

 

相关文章:

  • 2021-09-29
  • 2022-02-10
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-26
  • 2021-04-29
  • 2022-12-23
  • 2021-10-12
  • 2021-10-10
  • 2022-02-22
相关资源
相似解决方案