Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
2
votes
1 answer

Gitlab HTTPS URI for repository cloning does not work - SSL host could not be verified - fatal: unable to access

When I make Eclipse -> File -> Import -> Projects -> Projects from Git -> Clone URI -> enter repository HTTPS URI from Gitlab, I get error: Possible reasons: Incorrect URL No network connection (e.g. wrong proxy settings) SSL host could not…
Justas
  • 221
  • 1
  • 6
  • 12
2
votes
3 answers

Connect GitLab and Gitlab runner, both in Docker

How can I connect my GitLab installation with a runner, that are both running in separate docker containers? GitLab is working fine, it is reachable via http://docker.lcnet:8181 My first problem is, where can I find my Gitlab "CI" URL? or is it just…
G-M
  • 61
  • 1
  • 5
2
votes
2 answers

Is it possible to have one common .gitlab-ci.yml instead of duplicating the changes to .gitlab-ci.yml in every project?

At the moment we put a .gitlab-ci.yml in every project. At the moment we have more than 50 projects and every time something changes to the .gitlab-ci.yml the team has to change the structure in all of the projects. Is it possible to have one common…
030
  • 5,901
  • 13
  • 68
  • 110
2
votes
1 answer

After upgradeing gitlab - GUI / Inteface broken - not working correctly

we have a big problem. Since we updated gitlab from version 8.11.7-ce.0 to 8.12.1-ce.0 our webgui is broken: gitlab - broken gui view we currently don't know why this happened. we are using Ubuntu 14.04 LTS Does someone have the same issue or an…
SSaman
  • 21
  • 3
2
votes
0 answers

GitLab Custom Hooks Not Executing

I have GitLab CE 8.9.0 running on a local server but I'm having trouble with the custom hooks not running. There's no lack of questions here with similar issues, however the large majority appear to be out of date, mostly regarding native git hooks…
MLeon
  • 21
  • 1
2
votes
1 answer

Remove double slash in gitlab address

I set up gitlab on my personal server and used this answer and this answer (along with some input from this to make it work with my apache installation. Everything works fine, when I go to gitlab.example.com, I see the gitlab UI, can create accounts…
2
votes
1 answer

Can't deploy from private git repo using r10k

I'm working on learning to use r10k to deploy my puppet code, and I've run into a snag when trying to deploy from my control repo. The error message I get is: Failed to authenticate SSH session: Unable to extract public key from private key file:…
Jason
  • 23
  • 5
2
votes
0 answers

Apache Virtual Host isn't redirecting to HTTPS

I have setup Gitlab on my server successfully and have configured it to run on Apache as that is what I use for hosting my current sites. I have used Let's Encrypt to add SSL encryption across my domains and selected to make them 'secure' and so a…
James
  • 345
  • 3
  • 11
2
votes
1 answer

After restoring GitLab backup, new SSH public keys randomly supersede other users' existing keys

This occurred with a new (not upgraded) installation of GitLab 8.6.4. I installed GitLab and my team evaluated it. Of course I and others entered our SSH public keys. As part of our evaluation I made a GitLab backup and restored it. After I restored…
John McGehee
  • 225
  • 3
  • 10
2
votes
1 answer

How to backup GitLab to the cloud (S3)

I am trying to follow the gitlab documentation to upload a backup to the cloud, but I find it sparse, and it isn't exactly straight forward. Creating the tar is straight forward enough. My problems start with For omnibus…
Cookie
  • 191
  • 2
  • 11
2
votes
0 answers

Unable to locate package gitlab-ce on Ubuntu vivid

I have Ubuntu vivid and I am trying to install Gitlab. I have tried curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash sudo apt-get install gitlab-ce=8.5.4-ce.0 But I get this error: Unable to locate…
Moustafa
  • 21
  • 1
2
votes
2 answers

Cannot clone private repositroy from the docker container

The problem I'm trying to clone private repo from gitlab (self-hosted) during the gitlab build. I'm using ssh private key without passphrase, but got an error key_load_private_type: incorrect passphrase supplied to decrypt private key Files and…
Jekis
  • 181
  • 10
2
votes
1 answer

Gitlab and LDAP against CommuniGate Pro Server

I'm currently trying to make our GitLab authenticate to LDAP that is provided by CommuniGate Pro server. When using command line tests (like ldapsearch) I'm successfully authenticating and getting information. But when I try to do it from GitLab's…
plamer
  • 205
  • 2
  • 10
2
votes
0 answers

Running docker on a subdomain of an apache VPS

I'm running a VPS with Apache and DirectAdmin. On root level I've running my company website mycompany.com I was forced to use Apache on the new VPS, because migrating from DirectAdmin to DirectAdmin was the fastest way to go. So port 80 and 22 are…
user3411864
  • 131
  • 3
2
votes
1 answer

GitLab redirection with Apache

I am struggling to configure GitLab 8 with Apache 2.4 on RHEL 7. So far, I have two options that are both unsatisfying: either I use the following Apache configuration file and have GitLab working smoothly, but every other apps…
MBR
  • 141
  • 2
  • 9