I have created a gitlab repo and cloned on my local machine. I made some changes by login to gitlab and fetched into my local and it works fine. But, I cannot push any changes made locally to gitlab project. I have added the public sshkey into my gitlab account for ssh access.
Push using https works fine as well.
This is the error when I try to push to gitlab project using ssh method.
GitLab: You don't have permission fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Please advise what could be wrong.