Hello!
I have an incomprehensible problem with the git push command on c9.io virtual machines that have clones of my repositories with github.com . I had already got three such machines and all of them had the same problem.
When trying to make changes to the repository:
git push I get the following error:
ERROR: Permission to cardinalkeeper / database.git denied to khusamov. fatal: Could not read from remote repository. Please make sure you have the repository exists.
Next, you have to create a new key using the ssh-keygen utility. I delete the old key from the repository settings, upload the new one. Command git push and all changes are made to the repository.
And the next day, the same mistake. That is, again there is no access to the repository. Again you have to create a key. And so already N times (N goes to infinity) did.
How to get rid of this white bull?
Clarifications:
- The virtual machine where push is being made is located on c9.io.
- There are already three such "buggy" repositories.
- Virtual machines are frozen for 7 days, if there is no action.
- Technical support github tries to help, but so far to no avail.
- In general, I do not know where to dig.
- There are no such problems with bitbooks.
All that is described on the page https://help.github.com/articles/error-permission-denied-publickey/ tried, does not help. The key seems to work, but the githab push does not accept.
As I was told: "it is impossible to push - strange, because github successfully recognizes your key, and the fact that it is tied to the user khusamov".