Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why I get error during push to Git Android Studio?

Everything was good and all my pushes to remote server were successful until today. I started to receive error:

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.

maybe this error was caused by the last update of AS? What I have to do for pushing code changes?

like image 343
Andrew Avatar asked Dec 02 '22 10:12

Andrew


1 Answers

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)

like image 102
Thomas Thomas Avatar answered Dec 20 '22 12:12

Thomas Thomas