How to remove credential helper in Git

git config --local --unset credential.helper &&
git config --global --unset credential.helper &&
git config --system --unset credential.helper