티스토리 뷰

728x90

[Git] remote: Repository not found. 

fatal: repository 'URL'' not found


위와 같은 에러를 만난다면,

터미널에 아래 코드로  원격저장소의 URI를 변경해서 해결할 수 있다.


git remote set-url origin http://{githubId}@URL


git remote remove origin

git remote add origin http://{githubId}@URL




728x90

'공부' 카테고리의 다른 글

[Git] 기본설정하기 (git config)  (0) 2018.03.26
[Git] 커밋 히스토리 조회하기  (0) 2018.03.12
[Git] save password  (0) 2018.03.08
[CSS] 글 흔들어 보기  (0) 2018.02.23
[Git] .gitignore 적용하기  (0) 2018.02.21
댓글