*** 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: unable to auto-detect email address
Asked
Active
Viewed 19 times
-4
Gino Mempin
- 19,150
- 23
- 79
- 104
-
1You need to run those commands and put your username and email. Otherwise git won't know who committed the code. Also if you use github, use the same email/username as on there. – evolutionxbox May 05 '22 at 07:30