'origin' does not appear to be a git repository

(@Paul) jonghyeonbak·2022년 1월 9일
0

Git Error

목록 보기
3/4
post-thumbnail

에러 발생

git push origin master를 작성하다가 발생한 에러

에러 코드

해결 방안

  1. 기존 원격 저장소 삭제
    git remote remove 저장소 이름

  2. 새 원격 저장소 생성
    git remote add origin 레포지토리 주소

  3. git remote -v로 확인 후 코드 실행

profile
21.09.01 GameDev(wish)~

0개의 댓글