본문 바로가기

카테고리 없음

[Git] warning: credential.helper has multiple values

오류

git config --unset credential.helper

해당 git 명령어 입력 시 다음과 같은 오류 메시지가 나타남

 

warning: credential.helper has multiple values

해결 방법

git config --unset-all credential.helper