电脑系统:win11
参考教程:https://github.com/firecow/gitlab-ci-local?tab=readme-ov-file
安装命令:curl -L https://github.com/firecow/gitlab-ci-local/releases/latest/download/win.gz | gunzip -c > /c/Program\ Files/Git/mingw64/bin/gitlab-ci-local.exe
报错curl: (23) Failure writing output to destination, passed 1378 returned 1340

原因是因为权限不足,以管理员身份运行 Git Bash后问题解决。

更多推荐