在 Jenkins 中报错:Failed to connect to repository Command git ls-remote -h https gitlab.chinamcloud.compcspcs_api.git HEAD returned status code 128 的分析解决

1、参考网址:https://www.shuijingwanwq.com/2020/04/09/4084/ ,在 GitLab 中调整项目的所属组及其名称。

2、在 Jenkins 中配置后,报错:repository ‘https://gitlab.chinamcloud.com/pcs/pcs_api.git/’ not found,如图1

在 Jenkins 中配置后,报错:repository 'https://gitlab.chinamcloud.com/pcs/pcs_api.git/' not found

图1

Failed to connect to repository : Command "git ls-remote -h https://gitlab.chinamcloud.com/pcs/pcs_api.git HEAD" returned status code 128:
stdout:
stderr: fatal: repository 'https://gitlab.chinamcloud.com/pcs/pcs_api.git/' not found

3、分析组 php 下的用户列表,存在用户:JenkinsIntegration,如图2

分析组 php 下的用户列表,存在用户:JenkinsIntegration

图2

4、在组 pcs 下的用户列表,添加用户:JenkinsIntegration,身份为:Guest,如图3

在组 pcs 下的用户列表,添加用户:JenkinsIntegration,身份为:Guest

图3

5、在 Jenkins 中配置后,报错:unable to access ‘https://gitlab.chinamcloud.com/pcs/pcs_api.git/’: The requested URL returned error: 403

Failed to connect to repository : Command "git ls-remote -h https://gitlab.chinamcloud.com/pcs/pcs_api.git HEAD" returned status code 128:
stdout:
stderr: fatal: unable to access 'https://gitlab.chinamcloud.com/pcs/pcs_api.git/': The requested URL returned error: 403

6、在组 pcs 下的用户列表,修改用户:JenkinsIntegration,身份为:Developer,如图4

在组 pcs 下的用户列表,修改用户:JenkinsIntegration,身份为:Developer

图4

7、在 Jenkins 中配置后,未再报错,但是仍然构建失败。如图5

在 Jenkins 中配置后,未再报错,但是仍然构建失败。

图5

8、联系运维在 Registry 上新建 pcs_api 后,构建成功。如图6

联系运维在 Registry 上新建 pcs_api 后,构建成功。

图6

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/181509.html

(0)
上一篇 2021年11月1日
下一篇 2021年11月1日

相关推荐

发表回复

登录后才能评论