我正在尝试将jenkins(安装在我的Windows操作系统上)连接到我的github存储库(它有一个maven项目)。我已经配置了maven,jdk并安装了github插件;但是,我收到一个错误,因为我提供了git存储库url:
Failed to connect to repository : Error performing command: -c core.askpass=true ls-remote -h git@github.com:saurabhxkapoor/seleniumcookbook.git HEAD
虽然我已经在jenkins建立了一个用户,但我无法弄清楚可能出现的问题。 因此,构建失败。