无法连接仓库:Command “git ls-remote -h xxx stderr: remote: You are not allowed to download code from

问题描述

自己jenkins打包的时候,突然在设置里面报以下错误:

无法连接仓库:Command "git ls-remote -h -- http://gitlab.rd.unicloud.com/unicloud/pco/uco-ui-delivery-console.git HEAD" returned status code 128: stdout: stderr: remote: You are not allowed to download code from this project. fatal: unable to access 'http://gitlab.rd.unicloud.com/unicloud/pco/uco-ui-delivery-console.git/': The requested URL returned error: 403

无法连接仓库:Command “git ls-remote -h xxx stderr: remote: You are not allowed to download code from_第1张图片


原因分析:

是因为没有给Credentials添加账号的git权限。


解决方案:

需要找到项目是master权限的人,将账号分配Developer权限便可

无法连接仓库:Command “git ls-remote -h xxx stderr: remote: You are not allowed to download code from_第2张图片

你可能感兴趣的:(git,jenkins,github)