Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work for "git am" commands #18

Open
leolux opened this issue Aug 28, 2021 · 0 comments
Open

Does not work for "git am" commands #18

leolux opened this issue Aug 28, 2021 · 0 comments

Comments

@leolux
Copy link

leolux commented Aug 28, 2021

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:

  1. The same command works in all terminals, cmd, powershell, git bash without issues
  2. 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
  3. 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?

@leolux leolux changed the title Does not work for "git -am" commands Does not work for "git am" commands Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant