I'm trying to push a file from my Ubuntu terminal to GitHub. I have already setup a Personal Token Key on GitHub and pasted the token into the terminal password field during login, but I get an unable to access error. What does that mean? Any tips?
Please note: I am hiding my repository name in the terminal snippet below:
$ git push
Username for 'https://github.com': myemail
Password for 'https://[email protected]':
remote: {"auth_status":"access_denied_to_user","body":"Permission to username/demo-repo.git denied to username."}
fatal: unable to access 'https://github.com/username/demo-repo.git/': The requested URL returned error: 403