gpt4 book ai didi

Git 正在寻找错误的 SSH key

转载 作者:行者123 更新时间:2023-12-02 14:11:53 25 4
gpt4 key购买 nike

我决定尝试使用 SSH 来处理我的 GitHub 存储库。我在 git/.config 中修改了远程 url,所以现在它使用 SSH:

[remote "origin"]
url = git@github.com:keddad/passpoint_server.git
fetch = +refs/heads/*:refs/remotes/origin/*

但是,例如,当我运行 git fetch 时,git 正在寻找错误的键:
(venv) keddad@keddad-pc:~/PycharmProjects/passpoint_server/.git$ git fetch
no such identity: /home/keddad/.ssh/github_rsa: No such file or directory
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

同时,真正添加到GitHub的key在~/.ssh/id_rsa文件中
如何让 git 使用 id_rsa key ?

最佳答案

尝试这个:

ssh-add ~/.ssh/correct_key

关于Git 正在寻找错误的 SSH key ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56803717/

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