I am the owner of the repo of the project "project", but somehow I can not click on it.
user@none ~/rails_projects/project $ git remote -v origin git@github.com:user/project.git (fetch) origin git@github.com:user/project.git (push)
Here is the authentication:
user@none ~/rails_projects/project $ ssh -T git@github.com Hi user/project! You've successfully authenticated, but GitHub does not provide shell access.
Click try:
user@none ~/rails_projects/project $ git push origin qa ERROR: The key you are authenticating with has been marked as read only. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Any idea how to fix this error?
git github
Abram
source share