This worked for me
git config --global user.name “[your github account name]”
git config --global user.email “[email associated with your github account]”
This worked for me
git config --global user.name “[your github account name]”
git config --global user.email “[email associated with your github account]”