tags:

views:

60

answers:

1

hii all: i'm new to git ..... so when i want to push to git hub with this command :

git push origin master

i got this :

Permission denied (publickey). fatal: The remote end hung up unexpectedly

so what the wrong ??

A: 

Have you generated an SSH key for yourself and added it to your Github account? They have a guide for this here.

Veeti