在 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,如图13、分析组 php 下的用户列表,存在用户:JenkinsIntegration,如图24、在组 pcs 下的用户列表,添加用户:JenkinsIntegration,身份为:Guest,如图35、在 Jenkins 中配置后,报错:unable to access ‘https://gitlab.chinamcloud.com/pcs/pcs_api.git/’: The requested URL returned error: 4036、在组 pcs 下的用户列表,修改用户:JenkinsIntegration,身份为:Developer,如图47、在 Jenkins 中配置后,未再报错,但是仍然构建失败。如图58、联系运维在 Registry 上新建 pcs_api 后,构建成功。如图6
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
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





