作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我有一个运行良好的 bitbucket 管道,但现在我需要从一个私有(private)存储库中提取一个项目,其中包含我的 composer.json 中所需的包。
当我在管道中安装 composer 时,它因这个错误而停止
Failed to execute git clone --no-checkout 'git@bitbucket.org:company/package.git' [...]
Cloning into '/opt/atlassian/pipelines/agent/build/vendor/company/package'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
管道没有定义任何 SSH key ,因此不允许 pull ,但我怎么能定义一个,因为它是临时的?
或者也许我应该以其他方式定义要求?
最佳答案
.ssh
目录。这应该足以让它运行。
此外,我刚刚看到现在(也许这是新的,但我不确定)一个新页面“设置”>“管道”>“SSH key ”用于管理管道 SSH key 。这样,您甚至不需要将私钥添加到您正在使用的 docker 镜像中。但到目前为止我还没有使用过它,所以我不能说什么。
关于git - 如何从 bitbucket 管道中的私有(private) repo 中提取?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43453319/
我是一名优秀的程序员,十分优秀!