gpt4 book ai didi

git - 无法使用 ssh 连接到 Visual Studio Online git repo

转载 作者:行者123 更新时间:2023-12-02 14:30:44 24 4
gpt4 key购买 nike

我使用创建了一个 key 对

$ ssh-keygen -t rsa -b 4096 -C "me@my.com"

这创建了 id_rsa 和 id_rsa.pub。我将这些复制到我的主目录中的子目录 .ssh 下。据我了解,这会注册私钥并允许 git 等应用程序使用它们。然后,我何时到我的 Visual Studio 在线项目并使用 id_rsa.pub 的内容添加了一个 SSH 公钥。这创建了一个指纹。据我了解,这允许具有此 ssh token 的客户端访问我的 Git 存储库。

接下来我想用它来克隆我的存储库
$ git clone https://xyz.visualstudio.com/_git/myCode
Cloning into 'myCode'...
fatal: Authentication failed for 'https://xyz.visualstudio.com/_git/myCode/'

我需要做什么才能使 git clone 命令使用我的 ssh key ?

最佳答案

您需要使用 SSH 端点:单击网页中的克隆 > 选择 SSH 选项卡

enter image description here

更多信息,可以引用这篇文章:Use SSH key authentication .

关于git - 无法使用 ssh 连接到 Visual Studio Online git repo,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47938915/

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