본문 바로가기

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

곰곰킴 2021. 4. 28.

 

이슈

 

git의 id, password를 초기화한 이후 매 pull, push, commit 마다

 

id와 password를 입력해야 하는 번거로운 작업이 추가됐다.

 

 

 

해결책

 

git bash에 git config --global credential.helper store를 입력하여

 

입력한 id와 password를 git credential에 저장한다.

 

git config --global credential.helper store

 

'Git' 카테고리의 다른 글

[Git] git pull remote: HTTP Basic: Access denied  (0) 2021.04.28

댓글