Invocation failed Server returned invalid Response.
java.lang.RuntimeException: Invocation failed Server returned invalid Response.
at git4idea.GitAppUtil.sendXmlRequest(GitAppUtil.java:22)
at git4idea.http.GitAskPassApp.main(GitAskPassApp.java:56)
Caused by: java.io.IOException: Server returned invalid Response.
at org.apache.xmlrpc.LiteXmlRpcTransport.sendRequest(LiteXmlRpcTransport.java:242)
at org.apache.xmlrpc.LiteXmlRpcTransport.sendXmlRpc(LiteXmlRpcTransport.java:90)
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 git4idea.GitAppUtil.sendXmlRequest(GitAppUtil.java:19)
… 1 more
error: unable to read askpass response from ‘C:\Users\admin\AppData\Local\JetBrains\IntelliJIdea2021.2\tmp\intellij-git-askpass-local.sh’
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
解决办法:
克隆时把用户名及密码加上,密码中不要包含@符号
url = http://[用户名]:[密码]@git路径
http://yonghuming:mima@192.168.11.100:8899/testProject/test.git
本文解析了Java中出现的'Invocationfailed Server returned invalid Response'错误,重点介绍了通过在克隆URL中包含用户名和密码来解决Git访问问题的方法,以及如何正确构造URL。
4932

被折叠的 条评论
为什么被折叠?



