Intellij - Git Push via UI fails when private key contains a passphrase -
it seems when use ssh key passphrase, unable push changes github via intellij ui. following error:
"push failed: failed error: fatal: not read remote repository."
but when push through command line, works because prompted input passphrase.
i have tried setting git_ssh
environment variable point tortoisegitplink.exe (i'm using ssh agent) still same error.
is there other way making work?
i ran same issue. ssh-agent , ssh-pageant work commandline not intellij.
the final solution me create ssh key pairs without passphrase
(just press "enter" when prompted "entering passphrase" window).
if security 1 of main concerns, can use commandline git plus ssh-agent.
Comments
Post a Comment