1. git push 중 다음과 같은 에러 메시지 발생 $ git push origin master ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2. Github에 ssh key 등록을 하는데, "Key is already in use" 에러 메시지 발생 >> Github에서 ssh key 중복 등록 불가 / 다른 Github 계정에서 해당 ssh key를 등록하였음 3. 새로운 Github 계정용 ssh key를 생성하기 ssh-keygen 할 때 file 이름을 기존에 생성..