Development/Error (2) [GIT] fatal: bad object refs/heads/{branch} 문제상황 fatal: bad object refs/heads/feature/CICD 2 error: did not send all necessary objects 정말 아무것도 건들지 않았는데 해당 에러가 발생했다. 원본 브랜치에서 fetch도 안되고, 아무것도 안된다. 해결 현재 이상한 헤드를 참조하는게 이유라고 생각이 되었다. 해결한 방법은 다음과 같다. .git 에 들어가보니 2 가 붙은 파일들을 볼 수 있었다. 해당 파일들을 모두 삭제한다. 특히 refs/heads/{branch} 경로에 존재하는 문제 파일은 꼭 삭제하도록 한다. https://stackoverflow.com/questions/72515916/git-fatal-bad-object-refs-heads-2-master Git fata.. Codedeploy 배포 에러 [The deployment failed because no instances were found for your deployment group.] 오류코드 The deployment failed because no instances were found for your deployment group. Check your deployment group settings to make sure the tags for your Amazon EC2 instances or Auto Scaling groups correctly identify the instances you want to deploy to, and then try again. 문제 AWS CodeDeploy CD설정 중 발생한 오류 상황 github actions, AWS ec2, S3, CodeDeploy를 사용하여 CI/CD 구현 원인 어떤 인스턴스에 배포를 해야할지 식별을 할 수 없어 발생.. 이전 1 다음