Top "Gitlab" questions

GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.

GitKraken won't let me open my Private Repository on GitLab

So, in addition to GitKraken won't let me clone from a private repo on GitHub I get this screen when …

gitlab gitkraken
Git on the server(windows server 2012)

We want to install Git in our dedicated server to mange our code version and code revision. Our dedicated server …

git gitlab windows-server-2012
Getting GitLab CI to clone private repositories

I have GitLab & GitLab CI set up to host and test some of my private repos. For my composer …

ssh continuous-integration gitlab gitlab-ci gitlab-ci-runner
Code coverage report using gitlab-ci.yml file

I need to see code coverage report for a java maven project in Gitlab. According to this, this and some …

maven gitlab code-coverage gitlab-ci jacoco
In gitlab, is it possible to create two or more repositories into only one project?

I'm running GitLab in a container of Docker but it's okay so far, no problem with that at all. I'm …

repository project gitlab
gitlab 8.2.1, How to use cache in .gitlab-ci.yml

I'm trying to use 'cache' in .gitlab-ci.yml (http://doc.gitlab.com/ce/ci/yaml/README.html#cache). My gitlab …

gitlab gitlab-ci gitlab-ci-runner
How do we use the 'variables' keyword in gitlab-ci.yml?

I am trying to make use of the variables: keyword documented in the Gitlab CI Documentation here: FROM: https://docs.…

variables gitlab gitlab-ci
GitLab requires git@localhost password to push to a repo

I'm trying to get GitLab up and running on my server. I followed the installation instructions at the gitlab github …

git ssh gitolite gitlab
How do I use let’s encrypt with gitlab?

I started to look in to ssl certificates when I stumbled upon let's encrypt, and I wanted to use it …

ssl-certificate gitlab raspbian gitlab-omnibus lets-encrypt
GitLab CI Pipeline on specific branch only

I'm trying to implement GitLab CI Pipelines to build and deploy an Angular app. In our project we have two …

git continuous-integration gitlab pipeline gitlab-ci