[github]error: origin 리모트가 이미 있습니다. #에러해결

민윤지·2022년 11월 3일

깃허브에 프로젝트 올릴 때 자주 등장하는 오류 중 하나인

error: origin 리모트가 이미 있습니다.

해결하는 방법은 쉽습니다.

origin remote를 삭제하는 명령어를 넣어주면 금방 해결됩니다.

git remote rm origin

그리고 다시

git remote add origin https://github.com/jen-yunji/github-error-solution.git

origin remoteadd하는 명령어를 넣으면 정상적으로 되는 것을 확인할 수 있습니다.

오류 다 뿌셔!!!

profile
Hi there :) I'm a Future Data Analyst.

0개의 댓글