gpt4 book ai didi

git - 无法使用个人访问 token ubuntu/zorin 推送到远程仓库

转载 作者:行者123 更新时间:2023-12-04 18:47:57 33 4
gpt4 key购买 nike

操作系统:佐林
我使用 ssh git clone git@github.com:Organization_Name/Repo_Name.git 克隆了一个公共(public)仓库
然后我创建了一个分支并尝试使用 git push --set-upstream origin My_Branch 推送到 repo
我提示输入用户名和密码

Username for 'https://github.com': qingqing0226
Password for 'https://qingqing0226@github.com': My_Token
注意:我在生成 token 时授予了所有权限,所以我猜不存在范围问题。
然后我得到了错误:
remote: Permission to Organization_Name/Repo_Name.git denied to qingqing0226.
fatal: unable to access 'https://github.com/Organization_Name/Repo_Name.git/': The requested URL returned error: 403
我尝试多次推送,但总是收到相同的错误消息。似乎密码( token )不正确,但我将其粘贴到 txt 文件中以检查它并且它是正确的(最后没有多余的空间)。
更新:使用 ssh 后,上述错误消失了。 git config -l 的结果:
user.email=My_Email
user.name=qingqing0226
user.password=My_Token
credential.helper=store
url.git@github.com:.insteadof=https://github.com/
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=git@github.com:Organization_Name/Repo_Name.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.main.remote=origin
branch.main.merge=refs/heads/main
更新:我设置了 ssh key 并再次推送并得到新错误:
The authenticity of host 'github.com (140.82.121.4)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,140.82.121.4' (ECDSA) to the list of known hosts.
ERROR: Permission to Organization_Name/Repo_Name.git denied to qingqing0226.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
看来我不允许访问 repo
最后更新:我修好了!!!事实证明,我的 ssh、 token 、操作系统或其他任何东西都没有问题。我创建了一个 fork ,一切都解决了。

最佳答案

I created a fork and everything is solved.


这意味着您试图推送(通过 HTTPS 或 SSH,没关系)到您现在拥有的存储库,或者您不是 collaborator 的存储库。 .
这与 fork 不同。

A fork is a copy of a repository that you manage.


由于您拥有 fork ,因此您可以毫无问题地 push 它。

关于git - 无法使用个人访问 token ubuntu/zorin 推送到远程仓库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72708454/

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