git

git - remote: repository not found 에러 해결

Starters 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