2013-04-08 4 views
0

development branch에서 typerex을 설치하고 싶습니다. 하지만 다음과 같이 복제하는 데 문제가 있습니다.개발 브랜치를 복제 할 수 없습니다.

~:~$ git clone [email protected]: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

SSH 키를 설정 했습니까? ** Permission denied (publickey) ** – juanchopx2

+0

그게 뭔지 모르겠다 ... – SoftTimur

+1

[이 링크 읽기] (https://help.github.com/articles/generating- ssh-keys)를 사용하면 SSH 키를 생성하고 GitHub로 설정할 수 있습니다. – juanchopx2

답변

4

유효한 SSH 키없이 SSH 주소에 액세스하려고합니다. 대신 읽기 전용 주소 복제를 시도하십시오. 어떤 종류의 인증도 요구하지 않습니다.

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