web-client

Step 1: the user info
// check the user and email of the project
cmd:> git config --local user.name
cmd:> git config --local user.email

// set the right user info cmd:> git config --local user.email "yourUserName or Name Surname"
cmd:> git config --local user.email your.email@google.com