git always asking for password code example
Example 1: git not asking for password
git config --system --unset credential.helper
git config --global --unset credential.helper
git config --local --unset credential.helper
Example 2: git command line always asks for password
git config --global credential.helper wincred