When executing a git am command git complains about a missing identity:
fatal: empty ident name (for <>) not allowed
It seems that there is a bug in the library because:
- The same command works in all terminals, cmd, powershell, git bash without issues
- User name and email are set both globally and locally in git and this is ensured by outputting them prior to executing the
git am command
- The git patch itself is well formatted because it has been directly procuded by
git format-patch
Has anyone else had isuses with git commit or git am?
When executing a
git amcommand git complains about a missing identity:fatal: empty ident name (for <>) not allowed
It seems that there is a bug in the library because:
git amcommandgit format-patchHas anyone else had isuses with git commit or git am?