git1 [Git] Please make sure you have the correct access rightsand the repository exists. 오류 해결 방법 ssh 환경에서 기존에 잘 사용중이던 repository git pull을 시도하자 아래와 같은 오류가 발생하였다. ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. git remote -v 명령어를 통해 현재 설정된 remote 주소를 확인해보자. $ git remote -v origingit@github.com:dev/test-repository.git (fetch) origingit@github.com:dev/test-repository.git (push) 정상적으로 연결은 되.. 2023. 5. 9. 이전 1 다음