Hi, I’m new to GitHub and programming in general. I’m beginning the Codecademy course and trying to echo what I see in the video (https://www.youtube.com/watch?v=eNw8MgguLsQ) but am unable to push a new branch to my repository, getting the following error:
(base) gavinreid@MacBook-Air-3 gitPractice % git push --set-upstream origin print_changes
remote: Permission to GavinReid82/gitPractice.git denied to GavinReid82.
fatal: unable to access 'https://github.com/GavinReid82/gitPractice.git/': The requested URL returned error: 403
I changed my password in keychain to a new token I just generated (following other discussions on GitHub forums), but still can’t get access.
Any help would be appreciated.
Gavin