github1 [Git] git push시 발생하는 에러(확인 후 SSH키 생성하기) SSH키를 사용중 id_rsa키의 백업을 안하고 포맷을 해버렸다고 가정을 해보자 git add, git commit까지는 잘 된다 하지만, git push에서 에러를 발생하는데... 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. 해석해보면, git@github.com: 권한 거부(공용 키). 치명적: 원격 저장소에서 읽을 수 없고 올바른 액세스 권한이 있고 저장소가 있는지 확인하라는 내용이다. 구글링을 해보자 Permission denied (pu.. 2020. 12. 14. 이전 1 다음