Unknown User Name Error (Git)
Go Up to Git Integration in the IDE
Git uses the user name and the e-mail address that you set up in every Git commit. If you try to commit changes without setting up a user name and an e-mail address, you get the following error box:
Unknown user name
To set up your user name and e-mail address:
- Tools > Options > Version Control > Git
- Enter the user name and the e-mail in the corresponding fields.
- Click the OK button.