I'm trying to clone my private repo from the remote host and it works on every other computer but doesn't work for me for some reason.
I have already tried,
git remote rm origin
and
git remote add origin {{url for git repo}}
but no luck. Is there a way to completely reset the Git configurations on my local computer?