I have access to SVN repository. Access is through HTTPS, I'm using certificate which was imported on my Windows machine and right now I'd like to use git-svn to clone that repository, do my work and push changes to that SVN, but I just get perl error:
Client certificate filename: Use of uninitialized value in chomp
Is there any way to show git where are my certificates? I think the main cause is that certificate and git just can't authenticate to that SVN, but maybe I'm wrong and it's something completely different. Any tips?