lukesampson / pshazz

Give your powershell some pizazz.
The Unlicense
577 stars 40 forks source link

No any dialogs popup for getting passphase, git push still keep asking for passphase #59

Closed jeud closed 5 years ago

jeud commented 6 years ago

Dear all

I have successfully installed pshazz using scoop install pshazz

I try to use git push -u origin master to push to my repository, no dialogs shown up, so I manually using ssh-add to add Key into ssh-agent

ssh-add c:/Users/username/.ssh/xxx_id_rsa
# i have entered passphase at this prompt

ssh-add -l
# i got confirmation that Key has been added

The next git push still keep asking me for the passphase

Please guide, what did I do wrong Thanks

chawyehsu commented 5 years ago

76 New ssh plugin should be able to handle key passphrase better.

pierremtb commented 5 years ago

Same here, no popup when installing pshazz, and git keeps on asking for my passphrase. Any idea? My setup is git-with-openssh and pshazz, on a W10 machine.