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…
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…
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…
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…
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…
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…
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:…
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…
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…
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…
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…
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…
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…
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…
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…