I am all of a sudden having trouble doing a push (i.e. git push origin master
). When I do I get prompted for my personal access token which is not expired (I double checked). Once I log in, then I get the error:
remote: Repository not found
fatal: repository 'https://github.com/username/repo-name/' not found
I tried git remote set-url origin https://github.com/username/repo-name
which produced no errors but when I try the push again it the same thing as above happens.
Any help would be much appreciated. Thanks