背景:阿里云搭了一台 gitlab server,没有解析域名,绑定了 hosts 127.0.0.1 git.server,另外一台机子上有 gitlab-runner 用来构建代码,机子上 hosts 也做了绑定 116...17 git.server,正常使用 ssh 克隆代码没有问题,
问题:用 runner 构建时,出现如下错误 fatal: unable to access 'http://gitlab-ci-token:[email protected]/tuitui/test-ci.git/': The requested URL returned error: 500
1
sunzongzheng 2019-05-14 23:23:16 +08:00 via Android
切到 gitlab-runner 那个用户去调试
|
2
jakehu 2019-05-15 09:16:40 +08:00
提权,将 gitlab-runner 用户提权到 root 权限
|
3
Bruin OP @jakehu gitlab-runner install --user=root --working-directory=/var/www 用的 root
|
4
Bruin OP @sunzongzheng 也就是说用 host 绑定域名是行得通得是吧?之前用的是 gitlab-runner 用户,现在改成了 root 用户还是不行
|
5
Bruin OP 有知道原因的么
|