our server currently use an account of an employee which has just resigned and due to that his account is disabled.
git config --list
when i run this command it seems it is displaying all of my information which i just set.
but when i pull/push/fetch etc i get the error
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
and when i run this command ssh -T git@github.com
it is saying:
Hi resigned employee! You've successfully authenticated, but GitHub does not provide shell access.
what should i change for the repo to use my account?