I changed my password on Github. After doing that I am able to run local commands but I can't pull or push to a remote repository. I get the error remote: Repository not found.
I tried removing and re-adding the remote branch but that did not work. When I run ssh -T git@github.com
, it tells me that I am, in fact, authenticated. Any ideas?
Thanks.