初次使用git commit报错问题

如果是第一次使用$ git commit指令会出现:

 *** Please tell me who you are.

  Run

  git config  --global user.email "[email protected]"

  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 not allowed

请使用git config配置文件.


你可能感兴趣的:(git)