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

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

1
2
3
4
5
6
7

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

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

1
ssh-add -l -E md5

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

1
The agent has no identities.

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

1
ssh-add ~/.ssh/id_rsa

참조