As many other, when I use git push I get the next error:
remote: Permission to mmistakes/minimal-mistakes.git denied to MyName. fatal: unable to access 'https://github.com/mmistakes/minimal-mistakes.git/': The requested URL returned error: 403
I´m working in Windows, I have git 2.22. I tried:
- Running the following two commands in the terminal, replacing the obvious things:
git config --global user.name "Your Name Here" git config --global user.email "Your Email Address Here"
This one "How can I change the user on Git Bash?"
Deleting the Windows Credential
Adding a ssh keys to Github
But non of those things work for me.