gpt4 book ai didi

git - 错误 : Repository not found. 致命:无法从远程存储库读取

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

我正在使用 SSH 尝试将新的存储库推送到 GitHub。

我采取的步骤:

git init
git add .
git commit -m "first commit"
git remote add origin git@github.com:******/**********
git push -u origin master

此时,我得到:

The authenticity of host 'github.com (192.30.255.113)' can't be established.

fatal: Could not read from remote repository.

然后我创建了一个 SSH key :

ssh-keygen -t rsa -b 4096 -C "*****@******.com"
pbcopy < ~/.ssh/id_rsa.pub

我复制并添加了 key 到我的 GitHub 帐户。

然后当我跑的时候:

git push -u origin master

我得到:

Enter passphrase for key '/Users/********/.ssh/id_rsa': 
ERROR: Repository not found.
fatal: Could not read from remote repository.

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

应该没有访问权限限制,因为这是我的仓库。我正在输入为 key 创建的密码。

发生了什么事?

最佳答案

您是 GitHub 存储库的所有者吗?如果不是,那可能是一个原因。请项目所有者或组织管理员将您添加到合作者列表中。

关于git - 错误 : Repository not found. 致命:无法从远程存储库读取,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43598426/

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