Jenkins主机密钥验证失败
我的詹金斯(Jenkins)有问题,设置为“ git”,显示以下错误: Failed to connect to repository : Command "git ls-remote -h https://person@bitbucket.org/person/projectmarket.git HEAD" returned status code 128: stdout: stderr: fatal: Authentication failed 我已经用ssh测试过: git@bitbucket.org:person/projectmarket.git 这是错误的: Failed to connect to repository : Command "git ls-remote -h git@bitbucket.org:person/projectmarket.git HEAD" returned status code 128: stdout: stderr: Host key verification failed. fatal: The …