please set the username and email address that you wish to author git commit code example
Example 1: git change email
git config --global user.email "[email protected]"
Example 2: how to give git your email address
git config --global user.email [email protected]