我正在使用Jenkins管道来构建我的包并将它们交付给Artifactory。我试图通过对Gradle使用它,但是它有问题。我正在启动ssh代理,这样Gradle就可以使用Git存储库了: sh ".请参阅上面的Jenkins日志:[ssh-agent] Using credentials git
[ssh-agent] Looking for ssh-
我别无选择,我必须使用git clone和SSH,所以之后当我使用composer install时,当我尝试使用ssh运行git clone时,它会从使用git clone ssh的bitbucketFailed to add the host to the list of known hosts (/home/user/.ssh/known_hosts).
git@
在使用RDP访问我的EC2之后,我尝试使用Git将我的代码从Bitbucket中拉到实例上,这样我就可以在那里访问它了。目前我正在收到错误fatal: Could not read from remote repository我是否需要对安全组进行一些更改,以便能够访问bitbucket?我试图:
使用ssh配置设置,但它不会使设置为某些安全组设置,