본문 바로가기

[Git] git pull remote: HTTP Basic: Access denied

곰곰킴 2021. 4. 28.

 

이슈

 

git pull을 하는데 다음과 같은 메세지가 출력되며 소스를 다운받지 못하는 문제가 발생되었다.

 

git pull remote: HTTP Basic: Access denied

 

 

원인

 

clone시 계정 입력 과정에서 password를 잘못 입력하여 발생했다.

 

 

 

해결책

 

계정정보 패스워드 설정을 초기화 하고 id와 password를 다시 입력해 준다.

 

$git config --system --unset credential.helper

 

 

'Git' 카테고리의 다른 글

[Git] git config --global credential.helper store 인증 정보 저장  (0) 2021.04.28

댓글