欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

[git error ]1 more remote No anonymous write access Authentication failed for 博客分类: exceptiongit gitpusherror 

程序员文章站 2024-03-18 16:00:34
...

 

问题描述:

  git  上传时发生 错误

  [git error ]1 more remote  No anonymous write access  Authentication failed for

 

 

日志显示:

 

 

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 'https://github.com/curoiusby/baoy.git/'

 

 

 

处理方法:

 

git 根目录 用户名 丢失,重新设置下即可
git config --global user.name "curoiusby"
git config --global user.email "curiousby@163.com"

 

 

 

 

 

 

 

 

 

 

 

 

捐助开发者 

在兴趣的驱动下,写一个免费的东西,有欣喜,也还有汗水,希望你喜欢我的作品,同时也能支持一下。 当然,有钱捧个钱场(支持支付宝和微信 以及扣扣群),没钱捧个人场,谢谢各位。

 

个人主页http://knight-black-bob.iteye.com/


[git error ]1 more remote  No anonymous write access  Authentication failed for
            
    
    博客分类: exceptiongit gitpusherror [git error ]1 more remote  No anonymous write access  Authentication failed for
            
    
    博客分类: exceptiongit gitpusherror [git error ]1 more remote  No anonymous write access  Authentication failed for
            
    
    博客分类: exceptiongit gitpusherror 
 
 
 谢谢您的赞助,我会做的更好!

 

 

 

 

 

相关标签: git push error