runner 里 怎么 拉取 另外一个仓库的代码

  • Choerodon平台版本:0.20

  • 运行环境:自主搭建

  • 问题描述:

想在一个 前端项目的 gitlab-ci 中 clone 另外一个仓库的 代码下来
但 报错 没权限 key 要怎么挂进去?

Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.```
这个怎么 操作?

你好,请问在Git层面 另外一个仓库本仓库submodules 吗?

另外一个仓库

人呢??

你好,可以尝试使用 git clone 命令将用户名和密码嵌入到链接中

git clone https://username:password@git.com.git

我试下