git commit시에 계속 id/pw를 물어 보면 아래 명령어를 입력 후commit해 보면 id/pw를 물어 보는데 이 때 입력 하면 자동 저장 된다.
git config –global credential.helper store
git commit시에 계속 id/pw를 물어 보면 아래 명령어를 입력 후commit해 보면 id/pw를 물어 보는데 이 때 입력 하면 자동 저장 된다.
git config –global credential.helper store