git not asking for password

C++
git config --system --unset credential.helper
git config --global --unset credential.helper
git config --local --unset credential.helper
Source

Also in C++: