-
git - remote: repository not found 에러 해결git 2020. 9. 11. 16:25
다른 레포지토리 연결할 때
[Git] remote: Repository not found.
fatal: repository 'URL'' not found
이런 에러 뜨면,
아래와 같이 입력하면 해결
git remote set-url origin https://{githubId}@URL
git remote remove origin
git remote add origin http://{githubId}@URL
'git' 카테고리의 다른 글
Git - .git 초기화 (0) 2020.09.13 git - 자주 검색하는 내용들 (0) 2020.09.10