How do I store a password for my key so I can commit and pull from repository when using git on windows?

Viewed 22368

Can someone point me in the direction I need look so I can configure my GIT client with the password needed for my private key? Every time I push and pull from my repository it asks me for the password for my key. I use command line and have the windows GIT client installed to use ssh.

Thanks for any pointers.

4 Answers
Related