Category "gitlab"

Cannot add to repository

Here is error when i use git add . $ git add . error: short read while indexing .editorconfig error: .editorconfig: failed to insert into database

SonarQube delegate authentication to GitLab fail [404 not found]

Context: Sonarqube: 9.2.4.50792 --> https://sonar.dev.mycompany.com/ Gitlab: 13.4.3-ee --> http://git.mycomany.com/ What I am trying to achieve: I try to

Gitlab CI: Using "environment" key with trigger in job

I am looking to use the environment keyword as shown below in job which has trigger. deploy: stage: deploy environment: name: develop variables:

How to verify ssh key on Gitlab.com

I'm setting up a SSH key for the first time on Gitlab.com. I'm stuck at verifying that you can connect: ssh -T [email protected]. The gitlab.example.com yo

I have a problem setting up git repository and pushing changes in visual studio code

how to set git up in vs code. help i cant set it up. When i try to push a commit it shows cant find repository and shows a publish branch button and it opens a

How to reference local files in a Gitlab pipeline (File does not exist error message)

I have the next configuration in my gitlab proyect: cont_eval: variables: DOCKER_TLS_CERTDIR: "/certs" stage: cont_eval

Adds needs relations to GitLab CI yaml but got an error: the job was not added to the pipeline

I am trying to add needs between jobs in the Gitlab CI yaml configuration file. stages: - build - test - package - deploy maven-build: stage: build

Gtilab pipeline trigger don't work over webhook (returns 404)

I have created a custom trigger form my project in GitLab and it works fine on branch 'main' via curl (with POST queries): curl -X POST -F token=%myToken% -F re

Building Go apps with private gitlab modules in Docker

I am trying to build my go apps on a docker file. Inside my go.mod there is private package that needs authentication/ssh. This question is similar to Building

denied: requested access to the resource is denied when pushing image to gitlab registry

I'm trying to push an image to gitlab registry. I've done it many times, so I wonder why I get this error. I build the image with latest tag: Successfully t

How to download git-lfs files using the oid sha256 information

I came across a set of images (e.g., https://github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop/blob/master/stuttgart/stutt

k3s failed to get Kubernetes server version: Get https://10.43.0.1:443/version?timeout=32s: dial tcp 10.43.0.1:443: connect: connection refused"

I have a weird problem that I cannot understand. Running a k3s cluster with an external mysql database on ubuntu server 18.04 LTSall the pods that come pre-inst

Gitlab Cannot start runsv is not running

I just upgraded my gitlab-ce version to the latest version using this command sudo yum install gitlab-ce-12.1.3-ce.0.el7.x86_64 the upgrade works well, but a

how to integrate gitlab repository to azure devops

We are using git (on premises gitlab) as source controle, Can some one guide me how I can integrate private gitlab repo to my azure devops organization to push

Possible to add kaniko to alpine image or add jq to kaniko image

This is how I'm using kaniko to build docker images in my gitlab CI, which is working great. But I need to read a json file to get some values. Therefore I need

How do i add custom certificate to gitlab-ci.yml file with default runner. I am running this on cloud

variables: MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository - Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer

Access GitLab repo with project access token

According to the documentation, it should be possible to access GitLab repos with project access tokens: The username is set to project_{project_id}_bot, such

Why does Gitlab CI fail to get git submodule but on subsequent push checks out the submodule?

My project consists of a parent project and a child project. The child project is included in the parent project as a submodule. I am using Gitlab CI. Below is

Gitlab-runner + Docker-compose deploying scheme: how to properly restart containers after reboot of host server

Suppose I have repository on Gitlab and following deploying scheme: Setup docker and gitlab-runner with docker executor on host server. In .gitlab-ci.yml setup

Gitlab sort multiple repositories by last commit date

In my internal gitlab site there are a lot of repositories and I want to find repositories which don't' have commits for so long . In order to do this , I sear