git push - Permission to denied - The requested URL returned error: 403
问题 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