git pull 할때 패스워드 입력안하게 할려면 아래 명령어 입력 git config credential.helper store --global 이 명령어를 사용하면 모든폴더에서 git pull 할때 인증절차가 생략됩니다.