gpt4 book ai didi

Git repo 访问问题

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

我已通过以下命令将 ssh key 添加到我的 git repo 中,现在出现以下错误:

CMD git config --global url.ssh://git@github.com/.insteadOf https://github.com/

Error : User1’s-MacBook-Pro:untitled folder ndpiparava$ git clone https://github.com/XXX-Asft/XXXX
Cloning into 'XXXXX'...
Permission denied (publickey).
fatal: Could not read from remote repository.

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

我意识到我通过设置 ssh 而不是 Https 犯了错误。
有什么方法可以从远程 git 的 ssh 列表中删除我的 ip 并开始使用 https 吗?

最佳答案

git config --global url.ssh://git@github.com/.insteadOf https://github.com/



这意味着任何以 https://github.com/ 开头的网址将被重写为 ssh://git@github.com/ .

没有“我的远程 git 的 ssh 列表中的 ip”要删除。

您可以简单地 delete that global config setting .
git config --global --unset url.ssh://git@github.com/.insteadOf

你可以 remove your public key you set on your GitHub account .

关于Git repo 访问问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39631848/

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