[문제]
git clone 을 받을 때 분명히 있는 리파지토리인데
remote: Repository not found.
fatal : repository 'https://github.com/~~' not found
라는 오류를 발견할 수 있을 것이다.
[원인]
1. 진짜로 없거나
2. 토큰 값이 잘 못 되었거나
3. 자격증명을 다시 해야 하거나
[해결]
나 같은 경우에는 자격증명이 끝났나..? github에서 이번에 보안강화 어쩌고~ 이러면서 메일이 계속 오던데 아마 그것 때문인것 같기도하고 ...
아무튼
윈도우 검색창에 자격 증명 관리자 검색
Windows 자격 증명 클릭
github 찾고 제거 후 추가 해주기
이때 personal Token 값으로 비밀번호를 설정해주어야 한다!
'git' 카테고리의 다른 글
Git Commit Convention (1) | 2024.09.06 |
---|---|
Git Commit 후 Push 안됌 (feat. repository not found / git-receive-pack not permitted 오류 ) (0) | 2024.07.23 |
github repository - flutter 연동 (0) | 2024.07.05 |
error: failed to push some refs to (0) | 2024.06.27 |
Git Untracked Files Prevent Merge 오류 해결 (1) | 2024.05.31 |