当我尝试克隆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
答案 0 :(得分:3)
您需要将公钥添加到github。
cat ~/.ssh/id_rsa.pub
并将密钥添加到您的github帐户。并配置。