1.利用custom_hooks的post-receive钩子,实现自动更新打开另外一个终端,以管理员身份进入/home/hp/文件夹,新建一个文件夹git_backup,直接git clone一个项目下来,这里我clone的是自己的测试项目test。打开之前的终端在custom_hooks文件夹下添加post-receive的shell脚本,没有后缀(以我的电脑路径为例:/var/opt/git git...
Hi, We are using GitLab CE 10.3.0 and GitLab runner 10.3.0. After closing and reopening MR we have experienced in this issue "Could not connect to the CI server. Please check your settings and try again". But jobs runs and also works CI. But when I open new MR all works just fi...
Git clone fails with the error - Failed to connect to gitlab.domain.com port 443: Connection refused Expected behavior Git clone shouldn't fail Relevant logs and/or screenshots .gitlab-ci.yml: image:name: hashicorp/terraform:lightentrypoint:- '/usr/bin/env'- 'PATH=/usr/local/sbin:/usr/...
X:\Temp\gitlab\project>git clone https://test-gitlab.ramsoft.biz/wpostma/personal1.git Cloning into 'personal1'... fatal: unable to access 'https://test-gitlab.ramsoft.biz/wpostma/personal1.git/': SSL certificate problem: unable to get local issuer certificate On the server side I s...
runner=XXXXX status=couldn't execute POST against https://DOMAIN/api/v4/jobs/request: Post https://DOMAIN/api/v4/jobs/request: dial tcp 127.0.0.1:443: connect: connection refused Logs in gitlab: fatal: unable to access 'http://gitlab-ci-token:[MASKED]@DOMAIN:443...
因为gitlab使用了不信任的证书,所以gitlab-runner用户clone的时候,进行关闭ssl校验 报错信息:Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.27/info: dial unix /var/run/docker.sock: connect: pe...
["GO111MODULE=on", "GOPROXY=https://goproxy.cn,direct"] pre_clone_script = "eval \"$CI_PRE_CLONE_SCRIPT\"" [runners.custom_build_dir] [runners.cache] [runners.cache.s3] [runners.cache.gcs] [runners.cache.azure] [runners.docker] pull_policy = ["always", "if-not-present"] ...
To successfully clone repo Version argocd: v1.3.6+89be1c9 BuildDate: 2019-12-10T22:48:19Z GitCommit: 89be1c9ce6db0f727c81277c1cfdfb1e385bf248 GitTreeState: clean GoVersion: go1.12.6 Compiler: gc Platform: darwin/amd64 argocd-server: v1.3.6+89be1c9 BuildDate: 2019-12-10T22:...
From planning to production, bring teams together in one application. Ship secure code more efficiently to deliver value faster.
$ git clone https://github.com/gitlabhq/gitlab-shell.git $ cd gitlab-shell 切换成1.8.0版本,并编辑配置 $ git checkout v1.8.0 $ cp config.yml.example config.yml 这里最重要的是将gitlab_url修改成gitlab的访问域名。形如:http://test.gitlab.com/ ...