Make Be BackEnd

[GitHub] IntelliJ 에서 사용할때 fork 한 프로젝트가 Private인 경우 본문

GitHub

[GitHub] IntelliJ 에서 사용할때 fork 한 프로젝트가 Private인 경우

Initsave 2024. 4. 4. 13:09

해당 에러는 인텔리제이에서 clone으로 가져 오려는데 해당 Clone failed : repository '주소~~' not found 로 에러 인 경우 해결한 방법이다.

 

프로젝트를 가져올때 GitHub 연동을 통해 로그인 후 받아오는 방법 (1) 과 Token 값 입력 하는 방법(2)의 선택지를 받았는데 (1)이 계속 실패로 되어 Token으로 시도를 해보았다가 해결 되었다.

 

해당 해결 책은 깃헙 공식 문서에 있는 방법 중

해당 방법을 통해 토큰을 발급하고 프로젝트 clone을 성공했다 !

 

 

 

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens

 

Managing your personal access tokens - GitHub Docs

You can use a personal access token in place of a password when authenticating to GitHub in the command line or with the API.

docs.github.com

 

'GitHub' 카테고리의 다른 글

git pull upstream main/dev  (0) 2024.02.01
[GitHub] 추가/수정 파일 commit  (0) 2023.09.20
GitHub 설치  (0) 2023.09.12