I am doing a git commit --amend
and I get this error:
fatal: empty ident name (for <>) not allowed
I've found a bunch of stuff saying I need to set my user.email
and user.name
, but I have. This is the the result when I do a git config --global --list
:
core.exludesfile=/home/dzou/.gitignore
core.editor=vim
user.email=dzou@company.com
user.name=dzou
What is going on here?