The user for my git commits has changed, but I am not able to change that inside of Visual Studio Code.
I changed the global settings in git, but when I want to push
I resolved this issue by setting an email address in Git:
git config --global user.email "email@example.com"