I'm trying to save my git password to avoid typing every time.
I am using git bash on windows 10.
git continues to demand a password everytime I hit remote.
(Is git bash why its not working?)
I have tried:
git config --global credential.helper 'cache --timeout 28800'
And:
git config --global credential.helper store
and:
git config --global credential.helper wincred
I've tried it in both git bash and cmd, so I guess it's not git bash causing the problem.