DevOps/🐝 AWS

CodeCommit에서 clone 받기

키깡 2024. 11. 15. 21:40
728x90
  • aws 계정 configure

이러고 그냥 clone을 받으려하면,

이렇게 자격증명을 입력하라는 화면이 나옴. 귀찮으니

git config --global credential.helper '!aws codecommit credential-helper $@'
git config --global credential.UseHttpPath true

두줄 뿅 입력해서 AWS CLI 자격 증명 도우미를 설정해주기 (https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html)