오류
git config --unset credential.helper
해당 git 명령어 입력 시 다음과 같은 오류 메시지가 나타남
warning: credential.helper has multiple values
해결 방법
git config --unset-all credential.helper
git config --unset credential.helper
해당 git 명령어 입력 시 다음과 같은 오류 메시지가 나타남
warning: credential.helper has multiple values
git config --unset-all credential.helper