repository - Git push origin master ERROR following checklist on github.com new repo -
this first time using git, , not sure going on, , can't find answer resolving problem.
i running:
git commit -m 'first commit' git remote add origin git@github.com:oldwest/cakephp-tutorials.git git push origin master
and everytime run: push origin master, error: permission denied (publickey). fatal: remote end hung unexpectedly.
so ran: ssh-keygen -t rsa
generate local key. did not resolve it.
anyone know why not working?
you have upload public key your account on github know it's , not random person. key located in .ssh
folder of home directory.
see "adding key github account" on this page.
Comments
Post a Comment