[100% 해결]Git Private repository 클론(clone)시 not found 문제
처음으로 다른 사람의 private repository를 Clone 해봤는데
"remote: Repository not found" 에러를 맞이했다...
이 에러는 아래와 같은 방법으로 간단하게 해결할 수 있다
해당 Repository에 소속되어있는 유저의 이름(아이디 아님)을 적고 + @ + Repository주소
즉, 이런식으로 적으면 된다!
git clone https://[USER_NAME]@github.com/~~~.git
여기서 이름을 넣으면 이런식으로 된다
git clone https://abc123@github.com/~~~.git
혹시 여기까지 했는데 비밀번호를 입력해라고 할 경우
개인 액세스 토큰을 입력하면됩니다
'IT 관련 지식' 카테고리의 다른 글
맥북 안드로이드 Studio does not have write access to 오류 (0) | 2022.06.04 |
---|---|
깃 에러 해결 (git) could not read Username for 'https://github.com': No such file or directory (2) | 2022.05.19 |
100% 윈도우10 US키보드 삭제하는 법 (0) | 2021.02.19 |
깃허브) does not have a commit checked out 에러 해결방법 (0) | 2020.08.21 |
무료 VPN으로 게임을 해도 될까?? (0) | 2020.07.28 |