git permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists 문제 git clone, git pull 등 PC에서 명령어를 쳤는데 위와 같은 에러가 난 적이 있을 것이다. git clone하면서 에러가 났는데 이유는 즉슨, 필자의 경우는 기존과 다른 PC에서 접속했는데 SSH key가 이 PC에 없는 경우 이 에러가 났다. 이유 git은 SSH 또는 http 기반으로 사용을 하게 되는데 SSH key로 접속해서 사용하는 경우는 PC마다 SSH key를 등록해 주어야 한다. 해결방법 1..