문제
다른 사람의 private repository clone시 remote: Repository not found가 나와서 클론을 받을 수 없었습니다.
해결책 1
github.com의 앞에 유저이름@를 붙여줍니다.
$ git clone https://유저이름@github.com/~~~~~~~.git
해결책 2
이후 권한을 부여받은 토큰을 발급받아 입력해줍니다.
토큰 발급 받기
프로필을 클릭하고, 세팅에 들어가면 아래와 같은 화면이 나옵니다.



'⚙️ Tool > git' 카테고리의 다른 글
[git] .gitignore 커밋 후 바로 적용 안될 경우 (0) | 2025.01.20 |
---|---|
[git] error: pathspec 'main' did not match any file(s) known to git (0) | 2025.01.15 |