Ubuntu server(SFTP) Git Remote repository gives Permission denied (publickey)
Created by: madhubalan
Hi i am new to Git repository. I try to create Git remote repository using ssh protocol by follow this link http://git-scm.com/book/en/Git-on-the-Server-Setting-Up-the-Server. Then i am trying to push my local system(mac) code to remote repository path(home/hit/project.git) but it gives following error:
$ git push origin master Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights
Please help me how to solve this problem