I've cloned a private repo, forked it and made som changes into a feature branch. When I try to push these changes into the repo i get the following message:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I've tried to delete the git credentials from my windows computer controlpanel>credentials but it's still showing me the same error.
Is there any chance that I have to log in and out from my terminal to git? If that would be the case, how do I do that?
I've also tried to push with git push --set-upstream origin but it's just showing me the same error.
Have anyone of you seen this before?
Thanks beforehand, Erik