how can i make git auto enter my passphrase when i signed tags. is there an option like —
passphrase “my long passphrase”, i did try using ssh-keygen but it did not help.
the Repository is on local and everything is done locally.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
in case anyone was interested, I did found a way for my problem.
1.Create new /usr/bin/gpg-with-passphrase with this contents
2.make the new /usr/bin/gpg-with-passphrase executable
3.add this option to git config
use “–global” for global
this way i dont have to enter my Long passphrase each time i sign a tag.