To save it as plain text then run:
git config --global credential.helper store
Then:
git pull
Then in case if you wish to change your password later then:
git pull
This will fail but after this git will remove the offending user+password from the ~/.git-credentials file, so now re-run:
git pull
This will help you change the password.
I hope this helps.