git config --global credential.helper store1 [Git] git config --global credential.helper store 인증 정보 저장 이슈 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 2021. 4. 28. 더보기 ›› 이전 1 다음