본문 바로가기
AWS

CodeCommit

by DOSGamer 2022. 8. 24.
반응형

Git Cli 연결방법

https://docs.aws.amazon.com/ko_kr/codecommit/latest/userguide/setting-up-https-unixes.html

  1. Git 설치
  1. 자격증명 헬퍼 설정
    git config --global credential.helper '!aws --profile CodeCommitProfile codecommit credential-helper $@'
    git config --global credential.UseHttpPath true
  1. CodeCommit 리포지토리 연결


Uploaded by N2T

반응형

'AWS' 카테고리의 다른 글

AWS를 도커로 설정하기  (0) 2022.08.26
puppeteer + lambda 조합으로 사용법  (0) 2022.08.26
IAM 정책  (0) 2022.08.24
Underneath DynamoDB  (0) 2022.08.24
DynamoDB  (0) 2022.08.24
API authorizers  (0) 2022.08.24
Insight  (0) 2022.08.24
아마존 리눅스 사용법  (0) 2022.08.24