I already ran this
git remote add origin https://github.com/Eample/example_repo.git
I already pulled the repo into my empty one on the pc
I coded and have changes to commit
git commit -m "example changes"
gives me this:
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 (got 'Example@DESKTOP-Q34S5S6.(none)')
how do I tell git/github who I am? I ran git config --global user.email "[email protected]
and it gave me this
error: invalid key: [email protected]
5