CodeCommit Repository를 Linux 및 Window 환경에 Pull 하려고 할 시 아래와 같은 에러가 발생합니다.
fatal: unable to access 'https://git-codecommit.<Region>.amazonaws.com/v1/repos/<Repository Name>/': The requested URL returned error: 403
해당 에러가 발생하는 이유는 CodeCommit에대한 Pull 자격증명 권한이 삭제되었거나 잘못되었을 때 발생하는 에러입니다.
기존에 있던 Git Credential을 삭제한 후 다시 진행하면 정상적으로 실행됩니다.
Window + R
해당 git://https://git-codecommit.ap-northeast-2.amazonaws.com 이라는 자격증명을 삭제한 후 다시 Git Credential을 진행할 시 위와 같이 해결됩니다.
경로는 아래와 같습니다.
제어판\사용자 계정\자격 증명 관리자