Git error: Please make sure you have the correct access rights and the repository exists
There are 2 ways we could use in this case.
First thing you can change the url from git to https from remote and try to clone with that link.
git clone https://your-git@git/git
or you can change the remote url using:
git remote set-url origin git@yourgit.url
please make sure you have the correct access rights and the repository exists