Hello!
I am running into some issues pushing any code whatsoever to my github account, be it already existing repo edits or completely new repos.
i am using a new personal access token as the password, and regardless of where I am trying to push code (the following snippet was from a newly created empty repo I used to test whether I can even push a txt file), I keep getting the following error:
remote: Write access to repository not granted.
fatal: unable to access ‘https://github.com/username/repo_name.git/’: The requested URL returned error: 403
All repos I’m trying to push to are created by me, so I’m assuming I do have write permissions. I tried finding where I can edit read/write permissions but the only thing I found was adding collaborators.
Important note: I recently changed the email associated with my account so maybe it has something to do with that? If so, how do I resolve this issue?
Thanks in advance!