SagiK-Repository / Learn-Git-Lab-CICD

Git Lab에서 CICD를 활용하는 방법을 익힌다. (Local)
0 stars 0 forks source link

CICD in WindowServer Error 모음 및 해결과정 #5

Closed SAgiKPJH closed 6 months ago

SAgiKPJH commented 6 months ago
SAgiKPJH commented 6 months ago

Error

image

Running with gitlab-runner 16.9.1 (782c6ecb) on 박주형(192.168.100.185) rAznDbgq, system ID: s_6429108e418

Preparing the "docker-windows" executor

ERROR: Failed to remove network for build
ERROR: Job failed: invalid volume specification: "c:\\cache"

해결방법

SAgiKPJH commented 6 months ago

Error

image

error: could not lock config file C:\GitLab-Runner\builds\SsajZJLk\0\mirero\project\daq\6.0\recipe-creator\recipe-creator.tmp\git-template\config: No such file or directory
ERROR: Job failed: exit status 255

또는

error: could not lock config file, No such file or directory
ERROR: Job failed: exit status 255

해결 방법

SAgiKPJH commented 6 months ago

Error - 문자열 길이가 너무 길어 발생한 문제

image

hint: Setting `core.longPaths` may allow the deletion to succeed.
hint: Disable this message with "git config advice.nameTooLong false"
ERROR: Job failed: exit status 1

해결방법

SAgiKPJH commented 6 months ago

Error

image

fatal: bad boolean config value 'true~' for 'core.longpaths'
warning: die() called many times. Recursion error or racy threaded death!
fatal: bad boolean config value 'true~' for 'core.longpaths'
ERROR: Job failed: exit status 1

해결방법

SAgiKPJH commented 6 months ago

Error

image

Preparing the "docker-windows" executor
ERROR: Failed to remove network for build
ERROR: Preparation failed: Cannot connect to the Docker daemon at npipe:////./pipe/docker_engine. Is the docker daemon running? (docker.go:933:6[4](http://wish.mirero.co.kr/mirero/project/daq/6.0/recipe-creator/recipe-creator/-/jobs/35051#L4)s)
Will be retried in 3s ...

해결방법