Author: Betty Godier | Twitter: @BettyGodier | Email: [email protected]
#Useful solution to Fix asking passphrase ssh
1️⃣ Run this in git bash: eval ssh-agent -s ssh-add ~/.ssh/*_rsa
2️⃣ it will ask for pass phrase in the second command, and that's it. Each additional action you will need to do (which once required pass phrase) won't ask you for the pass phrase.