Configuration of Git
Check the git user configuration on your system, by executing
git config --global --get-regexp user
This should prompt two lines
user.name <Your Name>
user.email <Your Email>
Configuration needs to be done once after installation of git on your system.