본문 바로가기
CLOUD/AWS

AWS codecommit 리포지토리 연결 및 에러

by Rainbound-IT 2021. 8. 24.
반응형

로컬에서 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

 

HTTPS 연결을 위한 단계AWS CodeCommitgit-remote-codecommit - AWS CodeCommit

Git은 계속 개선되며 정기적으로 업데이트되는 플랫폼입니다. 기능 변경에 따라 CodeCommit 와 함께 작동하는 방식이 달라지는 경우가 있습니다. Git 및 CodeCommit it의 특정 버전에서 문제가 발생할 경

docs.aws.amazon.com

 

 

반응형

댓글