Git remote: Repository not found 해결

yeji·2021년 2월 3일
0

에러 메세지

remote: Repository not found.
fatal: repository 'https://github.com/risingprogrammer2/insta_mock_aos_green.git/' not found

상황

다른 계정에서 만든 private repository에 접근하려고 하니 발생했던 이슈

해결

git credential-manager uninstall
git credential-manager install

(참고) 시도했지만 실패한 방법

git remote set-url origin https://{githubId}@URL 설정해봤지만 실패
윈도우 자격증명 지워봤지만 실패


refrences:
https://oneshottenkill.tistory.com/528

profile
🐥

0개의 댓글