gpt4 book ai didi

GIT:致命:创建新分支时无法从远程存储库读取

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

我正在创建新分支并尝试推送该分支(我尝试了以下命令):

git push --all -u
git push origin NewBranch

但在这两种情况下我都会收到此错误:

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

这是我的 .git/config:

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = ssh://git@github.com/myName/myRepo.git
fetch = +refs/heads/*:refs/remotes/origin/*
pushurl = ssh://git@github.com/myName/myRepo.git

这是起源:

origin  ssh://git@github.com/myName/myRepo.git (fetch)
origin ssh://git@github.com/myName/myRepo.git (push)

你们知道为什么会出现这个错误吗?

非常感谢你的帮助

最佳答案

仔细检查:

  • 你的 GitHub ssh setting
  • 你的网址的确切大小写(大写/小写)myName/myRepo.git
  • 如果 https url 问题仍然存在

    git remote set-url origin https://github.com/myName/myRepo.git

关于GIT:致命:创建新分支时无法从远程存储库读取,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45021310/

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