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
누구든지 어떻게 해야할지 알고 있습니까?
SSH 키를 설정 했습니까? ** Permission denied (publickey) ** – juanchopx2
그게 뭔지 모르겠다 ... – SoftTimur
[이 링크 읽기] (https://help.github.com/articles/generating- ssh-keys)를 사용하면 SSH 키를 생성하고 GitHub로 설정할 수 있습니다. – juanchopx2