簡體   English   中英

在gitlab的CI過程中獲取錯誤500

[英]Get error 500 in gitlab's CI process

我使用自己的Nginx安裝了gitlab(我禁用了內置的nginx),在嘗試在其中使用CI之前,一切正常。

在我提交管道之后,啟動並給出消息:

Running with gitlab-runner 10.1.0 (c1ecf97f)
on the runner for wxEditor (fccd792d)
Using Docker executor with image node:8.8.1 ...
Using docker image 
sha256:c3a98397674933da01d4fc1e90dc880b1fb0760fedc43515e7660dcc58c6af28 for 
predefined container...
Pulling docker image node:8.8.1 ...
Using docker image node:8.8.1 
ID=sha256:d575940ea42b064ac3fa5b00c36ec099968ce2ae542488d1d8673f100dc0a622 for 
build container...
Running on runner-fccd792d-project-2-concurrent-0 via vps143760...
Cloning repository...
Cloning into '/builds/zhaozhong/wxEditor'...
fatal: unable to access 'http://gitlab-ci-
token:xxxxxxxxxxxxxxxxxxxx@gitlab.dingshao.cc/zhaozhong/wxEditor.git/': The 
requested URL returned error: 500
ERROR: Job failed: exit code 1

我在這里呆了整整一天。

Gitlab EE:10.1.0,Ubuntu 16.04

謝謝

問題解決了!

我使用現有的nginx運行gitlab並使用了舊的nginx配置文件,並且應該有nginx + passenger以確保gitlab能夠正常工作。

閱讀完此答案后 ,我與乘客一起重新安裝了Nginx,並將捆綁的Nginx的配置文件gitlab-http.conf復制到Nginx的sites-enable文件夾中,然后一切正常。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM