Git error: “Please make sure you have the correct access rights and the repository exists”
Git error: “Please make sure you have the correct access rights and the repository exists”
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your git URL might have changed. Change the URL in the local directory by using the following command for https protocol
git remote set-url origin https://github.com/username/repository.git
for ssh protocol
git remote set-url origin git@github.com:username/repository.git