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.
First, for Windows, the credential helper to use is manager
:
git config --global credential.helper manager
Second, this only works for HTTPS URLs, not SSH ones ([email protected]
)
For SSHs, it is either:
~matt/.ssh/authorized_keys
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With