zed
zed copied to clipboard
Failed to commit: Author identity unknown
Summary
After updating Zed on Linux, I can no longer commit using Git Panel.
Description
Steps to reproduce:
- Open Git Panel (
Ctrl + Shift + G) - Stage any changes
- Write a commit message
- Press Commit (
Ctrl + Enter)
Expected Behavior: Commit the changes Actual Behavior: Failed to commit: Author identity unknown
Output from git commit:
Failed to commit:
Author identity unknown
*** 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: unable to auto-detect email address
Zed Version and System Specs
Zed: v0.188.4 (Zed) OS: Linux