I was working with git a while back, cloning a remote repository (using the https url) and pushing to it. I used the personal access token from github to access the remote repository.
Now I want to use a different github account to access a new repo. However my git is locked into the original account. For ‘git clone https://…’ command I get the error that remote repo is not found for the new repo. I am able to successfully clone projects from the original account.
I can’t remember if I stored the personal access token somewhere in windows the first time. What account/credentials is ‘git clone’ using?