Set your git credentials:
git config --global user.name "Mona Lisa" git config --global user.email "monalisa@louvre.net"
More info on setting git credentials:
Setting your username in Git
Setting your commit email address
Last updated 1 year ago