user2539745
user2539745

Reputation: 1065

Error in cloning django-oscar

I get this when I try to clone django-oscar. what should I do ?

Cloning into 'django-oscar'...
Warning: Permanently added the RSA host key for IP address '183.39.256.900' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

Upvotes: 1

Views: 520

Answers (1)

Bibhas Debnath
Bibhas Debnath

Reputation: 14939

You need to add your public key to github.

cat ~/.ssh/id_rsa.pub

and add the key to your github account. and configure.

Upvotes: 3

Related Questions