zoukankan      html  css  js  c++  java
  • idea中使用git上传代码到github报错

    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: No anonymous write access.
       Authentication failed for 'ht... (show balloon)

    解决

    删除掉github账号中的所有token。
    在这里插入图片描述

    在这里插入图片描述
    在这里插入图片描述
    全部删除后,需要在idea上重新登陆GitHub获取token,完成之后再次push。
    在这里插入图片描述
    成功!

  • 相关阅读:
    Android x86 镜像分析之四
    Android x86 镜像分析之三
    Android x86 镜像分析之二
    Android x86镜像分析
    tizen镜像制作
    完成登录与注册页面的前端
    JavaScript 基础,登录前端验证
    CSS实例:图片导航块
    导航,头部,CSS基础
    web基础,用html元素制作web页面
  • 原文地址:https://www.cnblogs.com/bbllw/p/13750419.html
Copyright © 2011-2022 走看看