fatal: No such remote: 'xxx'
분명 xxx 저장소가 맞는데 이런 오류가 나왔다.
1) git remote set-url origin //해당 명령어로 origin 주소를 다시 설정한다.
2) git remote -v //설정된 주소를 확인한다.
3) git status
'TIL > Git' 카테고리의 다른 글
Git | error: failed to push some refs to (0) | 2020.12.11 |
---|---|
Git | branch conflict 해결하기 (0) | 2020.11.23 |
Git | revert (0) | 2020.10.15 |
Git | fatal: remote origin already exists (0) | 2020.10.15 |
댓글