zoukankan      html  css  js  c++  java
  • Push failed Invocation failed Server returned invalid Response. java.lang.RuntimeException: Invocation failed Server returned invalid Response.

    今天往gitee 上推代码的时候,发现推不上去  报异常了。

    14:08    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(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 org.jetbrains.git4idea.http.GitAskPassXmlRpcClient.askUsername(GitAskPassXmlRpcClient.java:47)
                ... 1 more
                remote: Unauthorized
                Authentication failed for 'https:/... (show balloon)

    更新 也是失败了。

    总结一下,这种问题,要么网络波动。如果确认没有网络问题,重新登入一下账号。

    这是正常状态,检查一下是否登录失效了,所以推不上去。

    重新登入之后,我就可以了。

  • 相关阅读:
    前端
    wampserver无法进入到phpmyadmin
    wordpress搭载wampserver上的问题
    电脑不显示网络信号,却能连上网
    读书TODO
    秒杀活动,怎么设计全套技术方案
    淘宝返利知识普及
    如何给变量命名
    一段SQL代码的压缩:从974行到96行,十倍压缩
    nginx一致性hash及应用场景。
  • 原文地址:https://www.cnblogs.com/zq1003/p/15272013.html
Copyright © 2011-2022 走看看