Everything else seems to work okay with the SSH keys, but when I do:
git commit -m "message"
It gives me this:
*** 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 <COMPUTER_NAME>) not allowed
Like I said, everything else, git add, git push, git pull works as intended (Git push/pull asks for SSH authentication) except for commit.
I have checked the .git/config file to make sure it was setup for SSH and in fact it was.