This key is not known by any other names
처음 git clone을 했을 때 발생했다.
key 발급
ssh-keygen
- key를 어디에 저장할건지 장소가 나오면 엔터를 누른다.
- 패스워드를 설정하지 않을거면 엔터를 누른다
- 그리고 해당 경로에 키가 발급된 것을 확인한다.
여기서 id_rsa.pub
파일을 열어 복사한 뒤
git > setting > ssh key를 새로 등록해주면 끝이다.
'개발 관련 > git' 카테고리의 다른 글
warning in the working copy of 'file', LF will be replaced by CRLF the next time Git touches it (1) | 2023.11.12 |
---|---|
git 특정 파일 가져 오기 (0) | 2023.11.12 |
git pull 시 강제 덮어쓰기 (0) | 2023.11.12 |
git pull 명령어로 인해 파일이 삭제되었을 때 (0) | 2023.11.12 |
git commit error pathspec 'first Commit' did not match any file(s) known to git (0) | 2023.11.12 |