문제
VScode에 gitlab에 있는 팀 Repo를 pull 해오기 위해서 Clone 하려던 중 연동 에러 발생
원인 및 해결방법
Please make sure you have the correct access rights and the repository exists.
-터미널을 켜서 $ ssh-keygen -t rsa -C “본인 Gitlab 계정 email”를 쳐서 SSH key 생성 완료
-SSH 폴더에 있는 id_rsa.pub 파일을 메모장으로 열어서 gitlab SSH key 입력창에 복붙하면 끝.
참조했던 블로그나 자료
git permission denied (publickey) : git 명령어 에러 해결방법
git permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists 문제 git clone, git pull 등 PC에서..
maliceit.tistory.com
728x90
'Trouble Shooting' 카테고리의 다른 글
@RequestBody로 JSON 데이터 받기(Spring Boot) (0) | 2023.03.10 |
---|---|
[Linux] not a regular file 에러 (0) | 2022.11.10 |
[CentOS 8] Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 해결법 (0) | 2022.11.04 |
[Java/Spring Boot] enum(열거형)을 사용한 카테고리 만들기 (0) | 2022.07.11 |
[SourceTree] 원격(Remote)에 빨간 느낌표 에러 해결하기 (0) | 2022.05.10 |
댓글