TIL/Git

Git | fatal: No such remote

홍차23 2020. 10. 15. 23:29

fatal: No such remote: 'xxx'

 

분명 xxx 저장소가 맞는데 이런 오류가 나왔다.

 

1) git remote set-url origin //해당 명령어로 origin 주소를 다시 설정한다.

2) git remote -v //설정된 주소를 확인한다.

3) git status