我刚刚更新到新的3.2 Canary版本的Android Studio,除了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)
但是,设置 > 版本控制 > GitHub下的测试工具完美运作。控制台git也是如此。我之前使用的3.1 AS也是如此。
任何想法可能是什么原因?
答案 0 :(得分:2)
只需进入设置->版本控制-> Git,然后选中凭据帮助程序框即可。
答案 1 :(得分:0)
问题似乎在AS 3.2 Canary 16 中得到解决,所以只需更新。