when i try to push something form local git to github this happens & i don't know how to solve that .
warning :permanently added the RSA host key for ip addres '......' to the list of known hosts permission denied (publickey) fatal:could not read from remote repository please make sure you have the correct access rights and the repo exits
knowing that i used this commands before that happens Mkdir ~/Name cd ~/Name git init git remote add orgin git remote add orgin git@github.com:Myacc touch file git add . git commit -m "add Name" git push orgin master (Error happend ) git pull orgin master git push orgin master
So what should i do ?