I just updated to the new 3.2 Canary build of Android Studio and everything seems to work fine, except for Github integration.
When I try to push or pull through the UI, I get the following error:
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)
However, the test tool under Settings > Version Control > GitHub works perfectly. So does the console git. And so did the 3.1 AS I used before.
Any ideas what the reason could be?