Did you try like first answer here: https://stackoverflow.com/questions/41331452/git-commit-m-1-page-please-tell-me-who-you-are
Mar 1, 2021
4
Level 17
Need help with git config so that Forge will deploy site
My site has stopped deploying on Forge because Git doesn't know who I am. So I'm getting an error that tells me to do this: ` *** 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.`
But I've done that a few times, and I've run "git config -- list" to make sure my email and name are in fact entered there. Everything looks right. But still, Forge (or Git) returns the same error. Can anyone help?
Please or to participate in this conversation.