Question
i how can i solve this error "Permission denied (publickey)." when i typed "git push live master" ???
i try to deploy my project on digitalocean hosting , i follow this link , http://www.refactoru.com/blog/setting-up-push-to-deploy-on-digitalocean
every thing is ok , but when i typed “git push live master ” on git bash on my local repo i get error
$ git push live master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
i searched for this problem and tried many solution but it didnot work,
notes : i work on windows OS , so i can connect to ubuntu digitalocean server with putty without any problem ..
i know the problem related with authentication , but i don’t know how i solve it ???
plz help me....
thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×