ive created a public key in my webfaction account, ive added it to my github account, yet whenever i try to push any changes to github, i get:
Any ideas? asked 05 Nov '10, 11:50 aziz
showing 5 of 6
show 1 more comments
|
I've tested this out and here's what you need to do:
I've got this set up for a couple of my repos on our servers and it is working correctly. Please try this and let us know if it works. Note: The GitHub documentation says that the deploy keys need to be unique per repo, thanks gboue for the extra info. Second update: I've tested copying and removing the deploy key from the repo level and adding it to the Account level successfully. answered 28 Nov '10, 18:44 klynton |
Just to clarify. You did the following:
Yes, all on webfaction. I use github from my local computer and it works fine
Does the key work if you copy it your local machine (and vice-versa) ?
il just check
hi aziz, david,
I have exactly the same pb. Have you found out what went wrong ? Fixed it ?
Regards, Guillaume
Hi Guillaume,
As long as you've done the steps that David L mentioned it should work. I've done this on 2 of our servers so far and I've not seen any problems. What are the permissions of your pub/private key pair?
Update: I've added an answer that works.