warning 내용은
permanently added 'github.com112.112.222.333' (RSA) to the list of known hosts.
git@github.com : permission denied (publickey)
fatal : could not read from remote repository
please make sure you have the correct access rights and the repository exists.
**해결방법
1)명령어 ssh-keygen로 키 생성을 합니다
1-1)ssh-keygen
1-2)파일위치확인→엔터
1-3)passPharase(일종의 비번) 입력
1-4)id_rsa.pub 파일 메모장으로 열기, 복사
2)아래 위치나, 어딘가에 생겼겠쥬?
3)위 이미지의 파일을 메모장으로 열고 복붙, 컨트로+CV
4)git hub접속 해서 아래 경로 deploy keys 등록하거나
4-2-1)계정에서 settings클릭
4-2-2)ssh and gpg keys 클릭->new ssh key 등록(아까 메모장에서 복붙한것을 등록)
관련된 오류중에 해결이 잘안되시면 댓글 바랍니다~ 같이해결해보아요 ㅎㅎ