gpt4 book ai didi

git pull 请确保您具有正确的访问权限并且存储库存在

转载 作者:行者123 更新时间:2023-12-05 08:54:39 27 4
gpt4 key购买 nike

我使用git pull命令更新了同事的代码git clone,遇到了以下问题:

Permission denied (publickey).

fatal: Could not read from remote repository.

Please make sure you have the correct access rightsand the repository exists.

最佳答案

如果您的存储库是通过 HTTPS 克隆的,那么您可能需要切换远程 GitHub URL。这可以通过使用以下命令来实现:

  • git remote -v - 这将使用 -v 列出您现有的远程命令详细选项。这将显示您使用的是 HTTPS 协议(protocol)还是 SSH 协议(protocol)。

如果我的猜测是正确的并且您正在使用 SSH 协议(protocol),那么您必须使用以下命令从 HTTPS 切换到 SSH:

  • git remote set-url origin <GitHub_HTTPS_URL>

现在,您可以再次尝试发出您的 git pull命令。您可以使用 set-url从 HTTPS 协议(protocol)来回切换到 SSH 协议(protocol)的选项,反之亦然。希望这对您有所帮助!

关于git pull 请确保您具有正确的访问权限并且存储库存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48980599/

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