git config --system --unset credential.helper
git config credential.helper store
git config credential.helper store --global
git config credential.helper 'cache --timeout=3600'