1

当我尝试克隆 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
4

1 回答 1

3

您需要将您的公钥添加到 github。

cat ~/.ssh/id_rsa.pub

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

于 2013-09-20T08:25:19.213 回答