`
knight_black_bob
  • 浏览: 850431 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

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

阅读更多

 

问题描述:

  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/



 
 
 谢谢您的赞助,我会做的更好!

 

 

 

 

 

分享到:
评论

相关推荐

    解决fatal:remote error:You can’t push to git://github.com/username/*.git问题的办法

    解决fatal:remote error:You can’t push to git://github.com/username/*.git问题的办法 今天Git push的时候 fatal:remote error: You can't push to git://github.com/username/*.git Use git@github....

    PyPI 官网下载 | git-annex-remote-googledrive-1.2.2.tar.gz

    《PyPI官网下载:git-annex-remote-googledrive-1.2.2.tar.gz详解》 PyPI(Python Package Index)是Python开发者的重要资源库,它提供了丰富的Python库供用户下载和使用。本篇文章将深入探讨PyPI上的一款名为`git-...

    Python库 | git_annex_remote_googledrive-0.11.1-py3-none-any.whl

    《Python库:git_annex_remote_googledrive的探索与应用》 在现代软件开发中,版本控制工具Git已经成为不可或缺的一部分。而Git Annex是Git的一个扩展,它允许用户管理大文件,而不需要将它们全部存储在Git仓库中。...

    git 2.7.3 for windows 64bit

    When trying to modify a repository config outside of any Git worktree, git config no longer creates a .git/ directory but prints an appropriate error message instead. A new version of Git for Windows'...

    解决 github项目clone报错 Failed connect to github.com:443; 解决

    系统环境:CentOS Linux release 7.6.1810 (Core) 起因:npm构建时报错 ... fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to github.com:443; Connection timed out npm

    Git for Windows 2017 最新版,Git-2.15.0

    Git for Windows 2017 最新版,Git-2.15.0 是Git的Windows适配版本,它为Windows用户提供了完整的Git功能,并且优化了在Windows环境下的使用体验。Git是一个分布式版本控制系统,由Linux之父Linus Torvalds开发,...

    解决git:fatal:Unable to create”…/.git/index.lock” 的错误

    问题描述: 在使用git 进行提交时, 出现上面这个报错, 导致无法提交. 报错大致意思就是创建index.lock文件失败,因为已经存在index.lock文件了. index.lock文件是在.git下面, 而.git是一般是隐藏的, 那么可以通过以下...

    git for windows32 or windows64

    对于Windows用户来说,Git for Windows提供了在Windows环境下使用Git的友好平台。本文将详细介绍Git for Windows 32位和64位版本,以及如何在Windows系统上安装和使用Git。 Git最初由Linux之父Linus Torvalds开发,...

    linux系统安装git及git常用命令

    1 安装GIT 代码如下:$ sudo aptitude install git$ sudo aptitude install git-doc git-svn git-email git-gui gitk git软件包包含了大部分Git命令,是必装的软件包,第二行命令也是Git软件包,但是是单独发布的,...

    Git 和 GitDesktop For Windows

    Git-2.19-for-windows.exe是Git的最新Windows版安装包,包含了Git的所有核心功能,包括命令行工具和集成的shell。 Git的核心特性包括: 1. 分布式:每个开发者的本地机器上都有一个完整的代码库副本,可以离线工作...

    Git for Windows 2.15.1

    Git for Windows 2.15.1 是一个专为Windows操作系统设计的Git版本控制系统,它在2017年11月28日发布了这个64位版本的更新。Git是一个分布式版本控制系统,由Linux创始人Linus Torvalds开发,主要用于源代码管理,但...

    git v2.36.1 64位 Windows版本

    3. **图形界面**:Git for Windows通常包括Git Bash,一个模拟类Unix shell的环境,以及Git GUI,一个图形化界面,让不熟悉命令行的用户也能方便地使用Git。新版本可能提升了这些界面的用户体验和稳定性。 4. **...

    git-annex-remote-ceph:git-annex的ceph后端

    git附件远程ceph 0.1.0 git-annex使用Ceph池作为后端的特殊远程程序。 有关更多信息,请参见... sudo ln -sf `pwd`/git-annex-remote-ceph /usr/local/bin/git-annex-remote-cephgit-annex的命令: git annex initremot

    解决git报错问题Null系统资源文件

    在使用Git进行版本控制时,有时可能会遇到一个错误提示:“fatal: open /dev/null or dup failed: No such file or directory”。这个错误表明Git在尝试访问或操作`/dev/null`设备文件时遇到了问题。`/dev/null`在...

    git-browse-remote:打开 Web 浏览器以查看远程 Git 存储库

    安装 [sudo] gem install git-browse-remote用法 git browse-remote [-r|--remote <remote>] [--top|--rev|--ref] [-L ] [<commit> | <remote>] [<file> | ]git-browse-remote通过git web--browse打开您的 Web ...

    git for windows中文语言包

    Git for Windows是一款专为在Windows操作系统上运行Git而设计的软件。Git本身是一个分布式版本控制系统,由Linux创始人Linus Torvalds开发,用于高效管理软件项目。Git的强大之处在于其分支管理和版本控制功能,使得...

    Git安装包(2.38.1)64位与32位

    - 追踪远程分支:`git remote add origin <url>`关联远程仓库,并用`git fetch/merge/pull`同步远程更新。 4. **Git的高级特性**: - 分支管理:`git branch`用于列出、创建或删除分支,`git merge`合并分支,`...

    git for windows

    Git for Windows是一款专门为Windows操作系统设计的Git版本控制系统。Git本身是一个强大的分布式版本控制系统,由Linux创始人林纳斯·托瓦兹创建,主要用于管理软件开发过程中的源代码版本。Git的跨平台性使其在各种...

    git for windows中文汉化

    Git for Windows是一款专为Windows操作系统设计的Git版本控制系统,它提供了命令行工具和一个图形用户界面(GUI),使得在Windows环境下使用Git变得更为方便。这个汉化包是基于Git的源代码2.17.0版本编译而成,并且...

    Git-2.39.1-64-bit

    Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users ...

Global site tag (gtag.js) - Google Analytics