[Git] private repository clone (not found 에러 날 경우..)

데이터 분석/[Git] 기초

[Git] private repository clone (not found 에러 날 경우..)

INCHELIN 2024. 3. 27. 10:36
728x90

 

git clone {git주소}

 

자꾸 remote: Repository not found.  에러가 난다..

 

1. github 로그인 -> 설정 -> Setting

2. Personal Access Tokens -> Tokens(classic) -> 토큰 발급 (*토큰 따로 메모장에 적어두기. 나중에 볼수없음)

 

3. 터미널에서 입력해주기

 

나의 닉네임 : 깃헙 내 닉네임(아이디랑 다를 수

있음)

토큰 : 위에서 발급받은 토큰

레포 소유닉네임 : 내 레포가 아닐 경우 소유자의 닉네임. 내 레포면 내 닉네임

git clone https://{나의 닉네임}:{토큰}@github.com/{레포 소유닉네임}/{레포명}.git

 

728x90

'데이터 분석 > [Git] 기초' 카테고리의 다른 글

[Mac] Homebrew 설치하기  (0) 2023.07.10
[Git] bash : wget : command not found  (0) 2023.07.06