QtPass
QtPass copied to clipboard
Git on Windows with SSH Auth
I have imported my repo from 'pass' and GPG key from my MacBook Pro (OSX 10.11) to My Desktop (Windows 8.1)
I can't get SSH auth working with git in Qtpass.
I have my SSH key setup in git bash. Qtpass is pointed at git.exe NOT git-bash.exe etc
Do you know why this doesn't work?
Can confirm. I believe this is due to the way environment variables are set in Windows, for some reason %HOME%
seems to be set to something other than \Users\myuser
when started graphically, because it works fine when I start it from a console with %HOME%
set properly.