본문 바로가기

Git/Git & Git Hub

Git Error 해결

# 에러내용

 ~/Desktop/
$ git clone https://git-codecommit.ap-northeast-2.amazonaws.com/v1/repos/api
Cloning into 'api'...
fatal: unable to access 'https://git-codecommit.ap-northeast-2.amazonaws.com/v1/repos/api/': The requested URL returned error: 403

- 에러내용 상세

The requested URL returned error: 403

# 해결방법

Window의 경우 [시작] → [검색] → [Windows 자격 증명 관리] → [git codecommit 관련 인증 삭제]

- Git clone 하면 정상적으로 된다.

'Git > Git & Git Hub' 카테고리의 다른 글

GitHub 특정 Branch Clone 하기  (0) 2023.04.14
Git Default 브랜치 변경하기  (0) 2023.03.08
Git Clone과 Pull의 차이점  (0) 2022.08.18
Git merge를 통한 브랜치간 변경사항 합치기  (0) 2022.08.18
Git Processing 정리  (0) 2022.06.02