无法git pull,getLastSuccessful failed

Remote URL test failed: getLastSuccessful failed. token: a7995c09-4e90-44f4-b143-67445d302f75, userName: my_server_adress, client: http://localhost:63342/RPC2 java.lang.RuntimeException: Invocation failed Server returned HTTP response code: 401 for URL: http://localhost:63342/RPC2 at org.jetbrains.git4idea.ssh.GitSSHXmlRpcClient.getLastSuccessful(GitSSHXmlRpcClient.java:200) at org.jetbrains.git4idea.ssh.SSHMain.authenticate(SSHMain.java:201) at org.jetbrains.git4idea.ssh.SSHMain.start(SSHMain.java:162) at org.jetbrains.git4idea.ssh.SSHMain.main(SSHMain.java:125) Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:63342/RPC2 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474) at org.apache.xmlrpc.DefaultXmlRpcTransport.sendXmlRpc(DefaultXmlRpcTransport.java:87) at org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:72) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:194) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:185) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:178) at org.jetbrains.git4idea.ssh.GitSSHXmlRpcClient.getLastSuccessful(GitSSHXmlRpcClient.java:196) … 3 more Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

solution:I had the same issue with the latest update of AS, and I managed to solve it by going in Settings > Version Control > Git Then I switch “ssh executable to “native”” (was “Built-in” before)

你可能感兴趣的:(android)