You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This just started happening today; whenever I try to commit something, I see the following error message:
$ git commit --file=/var/folders/1p/4nbs872n4734svxpx96vyh0m0000gp/T/E553BA37-4CF6-41F2-8C7D-ECF723F15623
*** 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
If I set up my identity under Preferences... > Git it will let me commit but then the next time I try I see the same error.