[5주차 13강] eb init 오류 Cannot setup CodeCommit because there is no Source Control setup, continuing with initialization

DevNoteKeeper·2023년 4월 25일
2

Cannot setup CodeCommit because there is no Source Control setup, continuing with initialization 오류가 발생한 오류는 이전에 elasticbeanstalk을 사용 및 배포했던 기록이 있어 그렇습ㄴ디ㅏ.

<해결방법>

1. 직접 파일 삭제

배포진행하는 폴더를 보면 .elasticbeanstalk라는 폴더가 있습니다.
해당 폴더 안에 있는 config.yml 파일을 삭제해주시면 됩니다.

2. 터미널에 명령어 입력

세팅을 다시 시작하고 싶으시다면 아래 명령어를 입력해주시면 됩니다.
아래 명령어는 elasticbeanstalk을 배포 초기화 시켜주는 명령어 입니다.

eb init --interactive

</해결방법>

profile
강의에서 주로 질문하는 내용에 대한 답변과 각종 오류 해결방법에 대해 알려드립니다.

0개의 댓글