Please make sure you have the correct access rights and the repository exists 에러
1 |
|
1 | ssh-add -l -E md5 |
위에 명령어를 실행했을때 아래의 메시지가 나오면
1 | The agent has no identities. |
아래의 명령어로 등록을 하면 좋다
1 | ssh-add ~/.ssh/id_rsa |
1 |
|
1 | ssh-add -l -E md5 |
위에 명령어를 실행했을때 아래의 메시지가 나오면
1 | The agent has no identities. |
아래의 명령어로 등록을 하면 좋다
1 | ssh-add ~/.ssh/id_rsa |