QtPass icon indicating copy to clipboard operation
QtPass copied to clipboard

Git on Windows with SSH Auth

Open ghost opened this issue 7 years ago • 1 comments

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?

ghost avatar May 30 '17 15:05 ghost

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.

adelq avatar Aug 03 '17 15:08 adelq