When I put off into git commit then I end up with this answer:
***Please tell me who you are.
Run:
git config --global user.email "you@example.com"
git config --global user.name "Your name"
Omit --global to set the name only in this repository.
fatal: unable to auto-detect email address (Got username@computername.<none>)
But when I run either of the options above, then run git commit I still end up with the above message. I ran them with just plain old git commit from cmd.exe. My OS is Windows Vista. Also my .gitconfig is in C:\Users\<username>\.gitconfig.