gpt4 book ai didi

github - 推送到github的问题

转载 作者:行者123 更新时间:2023-12-03 11:33:23 27 4
gpt4 key购买 nike

我在github上创建了一个名为pygame的存储库。创建一个克隆并添加文件并提交。但是当我尝试推送时,收到以下错误:

git push -u origin master

error: The requested URL returned error: 403 while accessing https://github.com/amalapk/pygame/info/refs

fatal: HTTP request failed

我可以ssh到 git@github.com并收到成功登录的通知,但无法推送到我的存储库。

最佳答案

我最近在为我的github项目设置新克隆时遇到了这个问题。

您需要以以下形式将用户名包括在项目的URL中

https://user@github.com/project/...

例如,为我的测试github提供的URL是这样的:
https://github.com/jdblair/test.git

如果我像这样向其添加用户名,那么我可以毫无问题地从github push 和拉出:
https://jdblair@github.com/jdblair/test.git

从克隆项目开始,最容易使用包含用户名的URL。

您可以像这样更改现有项目的URL:
git remote set-url origin https://user@github.com/project/foo/bar.git

如果需要,可以改用ssh身份验证,但这是一个单独的设置过程。

关于github - 推送到github的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7129232/

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