gradle-release icon indicating copy to clipboard operation
gradle-release copied to clipboard

Private key password protection

Open bogdan-richard opened this issue 8 years ago • 2 comments

If I use a private key which has a password, the release plugin fails due to Git authentication exception. Maybe there is a setting/config which I'm not aware of, so if this is the case, please let me know. Otherwise please imrpove code to handle it, for example it could be passed as a property.

Sorry for not attaching a log, I will do it in the next few days,

bogdan-richard avatar Jan 22 '17 11:01 bogdan-richard

I'm not sure but i think it's right that it's not possible for now.

Hillkorn avatar Jan 24 '17 10:01 Hillkorn

'start-ssh-agent' from this link could help: https://stackoverflow.com/questions/34634364/to-use-git-push-on-visual-studio-code-but-show-could-not-read-from-remote-re

petrukhnov avatar May 15 '18 07:05 petrukhnov