Git Error: please tell me who you are [How to Solve]

Git reports an error please tell me who you are

Solution:

 git config --global user.email "[email protected]"     //write email
 git config --global user.name "Your Name"            //write username

Read More: