Please make sure you have the correct access rights and the repository exists

1 min read

Please make sure you have the correct access rights and the repository exists 에러


ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

ssh-add -l -E md5

위에 명령어를 실행했을때 아래의 메시지가 나오면

The agent has no identities.

아래의 명령어로 등록을 하면 좋다

ssh-add ~/.ssh/id_rsa

참조