无法克隆开发分支

时间:2013-04-08 14:20:33

标签: git github git-clone typerex

我想从typerex安装development branch。但我克隆它有困难如下:

~:~$ git clone git@github.com:OCamlPro/typerex.git
Cloning into 'typerex'...
The authenticity of host 'github.com (204.232.175.90)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,204.232.175.90' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

有谁知道该怎么做?

1 个答案:

答案 0 :(得分:4)

您尝试在没有有效SSH密钥的情况下访问SSH地址。请尝试克隆只读地址。它不需要任何类型的任何身份验证。

git clone git://github.com/OCamlPro/typerex.git