0
반응 튜토리얼에서 작업 할 수 있도록 직장 컴퓨터에 repo를 복제하려고하는데 다음과 같은 메시지가 표시되는 Repo의 git clone 주소를 말합니다.CLI 메시지 - Repo 복제 시도
Cloning into 'ReduxSimpleStarter'...
Warning: Permanently added the RSA host key for IP address '145.40.335.302' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
누군가이 줄의 의미를 설명해 줄 수 있습니까?
당신이 나에게 어떻게이 작품과 설정 방법의 좀 더 말해 줄 수 : 당신과 함께 그것을 테스트 할 수 있습니다
? –
이것은 당신이 제안한 명령을 입력했을 때 얻는 것입니다 : OpenSSH_9.4p1, LibreSSL 2.5.0 debug1 : 구성 데이터/etc/ssh/ssh_config를 읽는 중 ssh : 호스트 이름 my.server : nodename 또는 servname을 확인할 수 없습니다. 또는 모름. 내 서버 이름을 어떻게 확인할 수 있습니까? –
@IvonneTerrero는 'my.server'를 실제 서버로 대체 했습니까? 서버가 github.com입니까? – VonC