gpt4 book ai didi

git 推送错误 : the requested URL returned error 400

转载 作者:太空狗 更新时间:2023-10-29 13:27:14 49 4
gpt4 key购买 nike

我是 Git 的新手,我正在尝试使用 Git Bash 将 Java 项目推送到 Github。

这是我做的:

  • 在 GitHub 中创建了博客存储库

  • 在 Git Bash 中

    $ cd C:/Users/Alessandro/workspace/BLOG

    $ echo "# Blog">> README.md

    $ git add –-all

    $ git commit -m "初始提交"

    $ git remote add origin https://github.com/alerossi82/Blog

    $ git push -u origin master

但是当我进行推送时,这是我得到的结果:

严重:无法访问“https://github.com/username/repository/” ': 请求的 URL 返回错误:400

我在某处读到这可能是登录问题,但我检查了 GitBash 中的配置,发现用户名和电子邮件与 GitHub 匹配。当我提交推送时,我登录到我的 GitHub 帐户,但我没有收到来自 GitBash 的任何插入密码请求。

然后我尝试直接从 Eclipse 推送项目,但这也失败了,事实上,当我推送更改时,我收到消息:- master >> master [rejected - non-fast-forward]

我完全迷失了,我认为所有步骤都是正确的,但看起来我的本地和远程存储库不想相互交谈,我不知道为什么。

有什么帮助吗?

最佳答案

有一个类似的问题,结果是我的 .gitconfig 文件有一些问题,因为我之前运行过 git config --global url。"git@github.com: ".insteadOf "https://github.com/" 和以后的 git config --global url."https://github.com/".insteadOf "git@github.com:" 将这两行添加到我的 .gitconfig 文件中。所以我所做的就是在我的终端(Iterm) 中使用 vim 清理我的 .gitconfig 文件:

$vi $HOME/.gitconfig

然后使用 vim 编辑器从 .gitconfig 文件中删除不需要的行。希望对您有所帮助。

关于git 推送错误 : the requested URL returned error 400,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35827033/

49 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com