반응형
로컬에서 codecommit을 이용하는데
the requested url returned error 403 aws codecommit
다음과 같은 에러가 떠버렷습니다.
근데 이상한게 첫번째는 잘 됬었던거 같은데 중간에 설정값을 바꾼것같네요.
Troubleshooting을 하자면
Codecommit에는 3가지 접근방법이 있다.
https - credential helper 사용하는방식
ssh - ssh(퍼블릭,프라이빗) key 이용하는 방식
https(GRC) - 로컬로 연결하는 방식
저는 로컬에서 git-remote-codecommit 을 사용하므로 https(GRC)를 사용해야하는데 https입력하라고 해서 맨위에 것을 사용한게 원인이었습니다.
헌데 push를 했는데
git: 'remote-codecommit'은(는) 깃 명령이 아닙니다. 'git --help'를 참고하십시오.
이런 에러 메세지가 떳습니다.
이런 오류가 뜬다면 git-remote-codecommit을 설치해줘야 합니다.
이런식으로 말이죠
그러면 로컬에서 codecommit과 연동이 잘될 것입니다.
Reference
https://docs.aws.amazon.com/ko_kr/codecommit/latest/userguide/setting-up-git-remote-codecommit.html
반응형
'CLOUD > AWS' 카테고리의 다른 글
Canary 배포 - Sam 탬플릿 업데이트 및 Canary 모니터링 (0) | 2021.08.24 |
---|---|
Canary 배포 개요(SAM) (0) | 2021.08.24 |
Pipeline 만들기(SAM) (0) | 2021.08.23 |
Pipeline 만들기(SAM) 개요 및 리포지토리 생성 (0) | 2021.08.23 |
AWS에 수동 배포(SAM) (0) | 2021.08.23 |
댓글