I am getting the issue mentioned in the title while I'm trying to push my files from my branch.
I have checked git config --list
User. Name and user. Email is correctly configured.
I have also tried
Git commit --amend --reset -author
This command also doesn't work.
Any suggestions?