I have one project on Gitlab and I worked with it for the last few days!
Now i want pull
project on my home PC but show me below error : >
This Error seems to appear if your SSH Key Pair is secured with a password
The native SSH Executebale can not prompt you for your password in Android Studio afaik, so authentication will fail if the credentials are not provided otherwise.
Using the Built-in SSH Executable will let you enter your password via a prompt in Android studio.
The Answer provided by Adrian worked perfectly for me.