I have been facing the following error everytime I try to push changes to a remote repository:
"ERROR: Write access to repository not granted. fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. "
I have the SSH keys already set I am able also to git pull and git clone with no problems, the issue is just when I try to push changes.
Do you have any idea about ow to solve it ?? I am using a MacOs .
Thank you in advance for your time.
I removed the SSH keys from github account also I generated them again on my machine and added them again in my github account, but no luck so far.