저는이 작업을 수행하려했지만이 작업을 복제 할 때마다 이런 일이 발생했습니다.GitHub 권한이 거부되었습니다. (publickey)
C:\Users\Cod>git clone [email protected]:MiniCodeMonkey/Vagrant-LAMP-Stack.git
Cloning into 'Vagrant-LAMP-Stak'...
The authenticity of host 'github.com (192.30.252.128)' 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,192.30.252.128' (RSA) to the list of know
n hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
는 HTTP 클론 URL을 사용합니다. –
고마워,이게 문제를 해결했기 때문에. – Cseal69