我们正在尝试将 git 存储库中的源代码签出到 Bamboo 4.1 上的作业中,此作业必须在远程代理上执行。
我们正在使用 SSH(+keys) 连接存储库,经过几个配置步骤后,SSH auth 似乎没问题,但是当计划开始时,发生了意外错误:
触发手动构建时遇到错误:com.atlassian.bamboo.repository.RepositoryException: Cannot fetch 'ci@continuous:project.git/', branch 'refs/heads/master' to source directory '/opt/appserv/bamboo/bamboo -home/xml-data/build-dir/_git-repositories-cache/086d7d404e013877bd2550c6f022929bbbf6afa3'。命令 [/usr/bin/git, fetch, ssh://0c34fec7-78f8-40ca-acd8-66a7dd29260b@127.0.0.1:48729/project.git/, +refs/heads/master:refs/heads/master, - -update-head-ok, --progress, --verbose] 失败,代码为 128。工作目录为 [/opt/appserv/bamboo/bamboo-home/xml-data/build-dir/_git-repositories-cache/086d7d404e013877bd2550c6f022929bbbf6afa3 ]。标准错误:SSH 代理错误:验证远程会话失败标准输出:[ci@continuous:project.git/10.38.218.68:22] 验证远程会话失败致命:
根据此链接, ssh://0c34fec7-78f8-40ca-acd866a7dd29260b@127.0.0.1:48729/project.git/ 指向内部 Bamboo 代理,但由于某些原因无法获取数据
有任何想法吗