解决JetBrains系列Git push失败问题

最近在使用JetBrains系列IDE执行Git push操作时,经常遇到push失败问题,报错信息如下:

Push failed
Invocation failed Server returned invalid Response. java.lang.RuntimeException: Invocation failed Server returned invalid Response. at org.jetbrains.git4idea.http.GitAskPassXmlRpcClient.askUsername( GitAskPassXmlRpcClient.java:50) at org.jetbrains.git4idea.http.GitAskPassApp.main( GitAskPassApp.java:64) Caused by: java.io.IOException: Server returned invalid Response. at org.apache.xmlrpc.LiteXmlRpcTransport.sendRequest( LiteXmlRpcTransport.java:242) at org.apache.xmlrpc.LiteXmlRpcTransport.sendXmlRpc( LiteXmlRpcTran

你可能感兴趣的:(解决JetBrains系列Git push失败问题)