set password for git code example
Example 1: save account to git
git config --global credential.helper store
Example 2: how to reset local git credentials of android studio
git config --system --unset credential.helper
git config --global credential.helper store
git config --system --unset credential.helper