Configuration git - Estia-advanced-programming/pandora-public GitHub Wiki
in the terminal (ctrl + j) check that your git configuration has the correct name and email address (either your estia or the email address in https://github.com/settings/emails), the name should either be your name or your github handle
$ git config user.name
dhmmasson
$ git config user.email
[email protected]
If you want to update your email :
$ git config user.email [email protected]