Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote -h http://gitlab. 128
·
Jenkins 部署项目出现 :
Failed to connect to repository : Command "git ls-remote -h https://gitlab.com/financemall-server/XXXXXX.git HEAD" returned status code 128:
stdout:
stderr: fatal: Authentication failed for 'https://gitlab.com/financemall-server/XXXXXX..git/'
前两篇记录了下Jenkins的安装部署启动springboot项目。这里记录部署过程中可能出现的问题,上面的问题是无法连接你的git仓库,我们需要在你的git仓库里面配置你的公钥
拷贝里面的内容,在你的gitlab 或者 github Settings里面配置进去,github为列
一般来说这些在你git拉取代码钱就已经配置好来,在Jenkins中,需要本地的私钥 id_rsa ,同样拷贝里面的内容,添加到Jenkins中去,如图
这里是你本地的私钥 id_rsa
更多推荐
已为社区贡献3条内容
所有评论(0)