그 외/git
git 패스워드 저장
룰루랄라룰루랄라
2024. 4. 15. 14:18
git push 등 할때마다 패스워드를 요구한다면..
git config credential.helper store
> 패스워드 및 계정 정보 저장
git config --unset credential.helper
> 패스워드 및 계정 정보 리셋