Hi. I am using ssl certificates in order to work with git. The problem is that 
on Linux when I trying to work with repository it git asks me passphrase of my 
certificate, but on windows it’s don’t work properly. I’m using the same key on 
windows and Linux, and windows git client don’t asks to enter passphrase. What 
can I do?
It’s my config
git config --global http.sslVerify false
git config --global http.sslCert ~/.ssl/client.crt
git config --global http.sslKey ~/.ssl/client.key

Reply via email to