Before you can commit anything to the Git repository you need to set the user.name and user.email configurations.
If you do not set it by yourself, git does it for you, example on the Mac device it will set the Author and Committer as the device name as default, for example: code2care <code2care@localhost>
If you want to change these values using Eclipse IDE, follow the below steps,
Open Eclipse,
Go to Settings (Preferences..)
Now Go to Version Control (Team) -> Git -> Configuration
Under User Settings tab, click on Add Entry and add two keys with your values,
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!