git credential.helper не хранит пароль пользователя
git config --global credential.helper 'store --file ~/.my-credentials'
git config --global credential.helper store
Gifted Gecko