【发布时间】:2020-07-18 12:31:04
【问题描述】:
我尝试从 DevOpsAzure 的 Git 存储库中签出 Bamboo,然后查看下一个:
simple 18-Jul-2020 15:11:55 Submodule '***' (***) registered for path '***'
simple 18-Jul-2020 15:11:55 Cloning into '***'...
simple 18-Jul-2020 15:11:55 Warning: Permanently added 'vs-ssh.visualstudio.com,**IP**' (RSA) to the list of known hosts.
simple 18-Jul-2020 15:11:56 remote: Public key authentication failed.
simple 18-Jul-2020 15:11:56 fatal: Could not read from remote repository.
simple 18-Jul-2020 15:11:56
simple 18-Jul-2020 15:11:56 Please make sure you have the correct access rights
simple 18-Jul-2020 15:11:56 and the repository exists.
子模块配置为 ssh 路径。 将 git-repository 和 git-submodule-repository 定位在同一个 DevOps Azure。
我看到 Base git-repository checkout 正常,但 git-submodule 不正常。
我哪里错了?!
【问题讨论】:
标签: git azure-devops git-submodules bamboo