I am using GitHub Desktop to clone repos because of the whole terminal auth deprecation. Usually when I clone a repo using GitHub Desktop, I am able to run the usual git commands from the terminal in VSCode. However this time, for some unknown reason, I cannot.
For example, I get the error:
~/repos/my-repo (main) $ git pull
remote: Repository not found.
fatal: repository 'https://github.com/username/my-repo.git/' not found
What do I have to do to get the auth working in the terminal?
I am signed in on both browser and GitHub Desktop in the correct account btw.