How to fix Invocation failed Unexpected Response from Server: Unauthorized in Android studio

后端 未结 6 1182

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 :

6条回答
  •  南笙
    南笙 (楼主)
    2021-01-31 15:37

    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.

提交回复
热议问题