Top "Gitlab" questions

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

git clone works; git submodule fails "Permission denied"

On a private repository from gitlab, when I run git clone [email protected]:group/project-submodule.git the clone …

git windows-10 gitlab git-submodules git-for-windows
Gitlab CI/CD job's log exceeded limit

When I run my job on Gitlab CI/CD, after a while I obtain the following error message: Job's log …

gitlab gitlab-ci gitlab-ci-runner
Using gitlab's nginx to serve another app

Hello I have installed Gitlab using this https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md#installation Now I want …

nginx gitlab gitlab-ci
Gitlab CI - How to trigger a build only if changes happen on particular set of files

In Gitlab CI, how do you trigger a build only if changes happen on particular set of files? Is there …

git build continuous-integration gitlab gitlab-ci
Gitlab / Redmine automatic close issue with commit

We are using Gitlab (7.10.2) and Redmine (3.0.2). All issues are managed in Redmine and Gitlab manages all git-repositories. We set up …

redmine gitlab
Gitkraken with SSH to Gitlab

I've been having a hard time getting the auth to work with ssh keys (don't want to be prompted for …

git gitlab gitkraken
Installing gitLab missing modernizer?

I try to install gitlab on debian with this turotial: https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.…

linux shell debian gitlab
Can Gerrit work in front of Gitlab or is it meant to replace it

I don't think I'm really understanding how Gerrit can fit into my group's existing workflow. Is Gerrit intended to be …

git gitlab gerrit
How to copy a Gitlab project to another Gitlab repository?

I want to copy a GitLab project to another repository which should be completely independent from the original project. For …

git gitlab git-fork
GitLab CI preserve environment between build stages

I am working on a python project and using miniconda to manage my environment. I am using GitLab for CI …

gitlab gitlab-ci gitlab-ci-runner