
[github]error: origin 리모트가 이미 있습니다.
·
IT/Github
해결방법 (명령어 입력) git remote rm origin입력 후 다시 git remote add origin https://github.com/EZPill/EZPill_main.git origin remote를 삭제하고 다시 더하면 오류해결 깃허브 레포지에 있는 명령어로 보면 git init git add . git commit -m "first commit" git branch -M main git remote rm origin git remote add origin https://github.com/EZPill/EZPill_main.git git push -u origin main