Git error: Please make sure you have the correct access rights and the repository exists

664    Asked by bhagwatidubey in Devops , Asked on Feb 26, 2021
Answered by bhagwati dubey

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



Your Answer

Interviews

Parent Categories