"GitHub 메시지 Key is already in use"의 두 판 사이의 차이

20번째 줄: 20번째 줄:
* https://help.github.com/en/github/authenticating-to-github/error-key-already-in-use
* https://help.github.com/en/github/authenticating-to-github/error-key-already-in-use


[[분류: (GitLab는 하나의 키를 여러 개의 repo에서 사용할 수 있다.)]]
[[분류: GitHub]]
[[분류: SSH]]

2020년 5월 27일 (수) 16:27 판

1 개요

Key is already in use
GitHub Key is already in use
  • GitHub에서 발생하는 오류 메시지
  • 예를 들어, GitLab는 하나의 키를 여러 개의 repo에서 사용할 수 있기 때문에 발생하지 않는 오류이다.
  • Settings --- Deploy keys --- [Add deploy key] 했을 때, 이미 다른 곳에서 해당 키를 사용 중일 때 나온다.
  • 어디서 사용하고 있는지 확인하려면 다음 명령어를 실행해보자.
$ ssh -T -ai ~/.ssh/id_rsa git@github.com
# Connect to GitHub using a specific ssh key
> Hi username/repo! You've successfully authenticated, but GitHub does not
> provide shell access.

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}