My goal was to push my added and committed files from Visual Studio Code to GitHub. I expected it to work after I pressed the "Pull and Push" button. It turns out, something is wrong. I looked at the error and the following is what it said.
> git push origin main:main
remote: No anonymous write access.
fatal: Authentication failed for 'https://github.com/xItzDiamondx/school.git/'
I attempted signing out of one of my accounts and then signing in to the account that owns the repository that I'm trying to commit to, but to no avail.