Android Studio 3.2 Canary 14 Github 集成
Android Studio 3.2 Canary 14 Github integration
我刚刚更新到 Android Studio 的新 3.2 Canary 版本,一切似乎都运行良好,除了 Github 集成。
当我尝试通过 UI 推或拉时,出现以下错误:
Invocation failed Unexpected Response from Server: Unauthorized
java.lang.RuntimeException: Invocation failed Unexpected Response from Server: Unauthorized
at org.jetbrains.git4idea.http.GitAskPassXmlRpcClient.askPassword(GitAskPassXmlRpcClient.java:65)
at org.jetbrains.git4idea.http.GitAskPassApp.main(GitAskPassApp.java:68)
Caused by: java.io.IOException: Unexpected Response from Server: Unauthorized
at org.apache.xmlrpc.LiteXmlRpcTransport.sendRequest(LiteXmlRpcTransport.java:231)
at org.apache.xmlrpc.LiteXmlRpcTransport.sendXmlRpc(LiteXmlRpcTransport.java:90)
但是Settings下的测试工具>Version Control > GitHub 完美运行。控制台 git 也是如此。我之前使用的3.1也是如此。
知道原因是什么吗?
这个问题似乎在 AS 3.2 Canary 16 中解决了,所以更新一下。
只需进入设置->版本控制->Git并选中凭据帮助框。
我刚刚更新到 Android Studio 的新 3.2 Canary 版本,一切似乎都运行良好,除了 Github 集成。
当我尝试通过 UI 推或拉时,出现以下错误:
Invocation failed Unexpected Response from Server: Unauthorized
java.lang.RuntimeException: Invocation failed Unexpected Response from Server: Unauthorized
at org.jetbrains.git4idea.http.GitAskPassXmlRpcClient.askPassword(GitAskPassXmlRpcClient.java:65)
at org.jetbrains.git4idea.http.GitAskPassApp.main(GitAskPassApp.java:68)
Caused by: java.io.IOException: Unexpected Response from Server: Unauthorized
at org.apache.xmlrpc.LiteXmlRpcTransport.sendRequest(LiteXmlRpcTransport.java:231)
at org.apache.xmlrpc.LiteXmlRpcTransport.sendXmlRpc(LiteXmlRpcTransport.java:90)
但是Settings下的测试工具>Version Control > GitHub 完美运行。控制台 git 也是如此。我之前使用的3.1也是如此。
知道原因是什么吗?
这个问题似乎在 AS 3.2 Canary 16 中解决了,所以更新一下。
只需进入设置->版本控制->Git并选中凭据帮助框。