git permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists SSH key가 없어서 나는 에러이다. Git은 SSH or http 기반으로 사용을 하게 되는데 SSH key로 접속해서 사용하는 경우는 PC마다 SSh key를 등록해주어야 함. 1. 터미널창을 열고 ssh key 생성 명령어를 입력. ssh-keygen -t rsa -C "Github 계정 이메일 주소" Enter를 계속 누르면 id_rsa 파일이 생성됨. 경로는 C:\Users\[사용자]/.ssh/id_rsa로 되어있..