克隆django-oscar时出错

时间:2013-09-20 06:15:45

标签: django github django-oscar

当我尝试克隆django-oscar时,我得到了这个。我该怎么办?

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

1 个答案:

答案 0 :(得分:3)

您需要将公钥添加到github。

cat ~/.ssh/id_rsa.pub

并将密钥添加到您的github帐户。并配置。