EDIT: It turns out this is a Gitlab problem, however I still do not have a solution.
I have a weird situation going on with two of my AWS EC2 instances. They are exactly the same in terms of OS, region, and instance type (both t3.micro), set up in…
My company is evaluating bitbucket as our central VCS. We currently use gitlab 7.13.4. We have looked for an automated way to migrate all of our gitlab repos into bitbucket but my searches have come up empty. There are plenty of examples for…
When I use git clone https://my.example.com/gitlab/java/repository.git, I get
Cloning into 'repository'...
fatal: unable to access 'https://my.example.com/gitlab/java/repository.git':
SSL certificate problem: unable to get local issuer…
Recently I installed the gitlab for my LAN. When my users are trying to create their accounts they are getting email confirmation message. Now my question is I want to disable whole email confirmation feature and everything. For that what file i…
I'm using GitLab Omnibus on a CentOS6.5 server.
The gitlab nginx server listen on the 6543 port (Apache already using 80 and 443).
I want to use Apache as a reverse proxy to access GitLab with that address: gitlab.example.com instead of…
I'm currently running both a Gitlab instance (v6.7.3) and a Ghost-powered personal blog on a DigitalOcean VPS with 512mb (lowest end), served by nginx. Until just recently I was unable to run both, because Gitlab failed to start, complaining about…
I am trying ta
I am trying to get a docker in docker configuration for my gitlab instance running but I just can’t get it working.
Here is what I want to do:
Start a „docker in docker“ image
Start a gitlab runner in another docker image
Use docker…
I am trying to clone our Gitlab repository into a docker container, running on a fresh VM running Ubuntu 18.04.1.
For some reason, when I try to clone the repository, I spend a long time (several minutes) looking at Cloning into ${REPONAME} before…
I am running code hosted on Gitlab on regular basis in Jenkins. From time to time, Jenkins GIT plugin failes to fetch the remote repository. It works fine when I just run it again.
Any idea? I have notifications for failed builds and it drives me…
I have a Mac Pro 2012 (OS X 10.11) which I'm using as a server, set up with Docker for OS X and the official gitlab CI runner installed according to https://docs.gitlab.com/runner/install/osx.html.
That works fine, except one thing: I have to log in…
gitlab looks like it should be ok, but it is not - page returns always:
502 Whoops, GitLab is taking too much time to respond.
Status:
$ gitlab-ctl status
run: gitlab-workhorse: (pid 10244) 718s; run: log: (pid 6421) 2922s
run: logrotate: (pid…
I have GitLab's nginx setup to listen at 127.0.0.1:8088 . Then I have a system nginx (installed via apt-get on Ubuntu) setup as reverse proxy with HTTPS:
upstream gitlab {
server localhost:8088 fail_timeout=0;
}
server {
…
I'm trying to install gitlab on my apache2 server using this tutorial : http://blog.florentlim.com/how-to-install-gitlab-on-debian-7-wheezy-on-apache2-http-server/
Everything seemed to go correctly, I've done every step, without any major…
I have a Linux Ubuntu 14.04 installed on my VM. Recently I have installed GitLab 7.8.2 using the instructions on GitLab site, and encountered problems in making Gitlab to send mails.
for example, when I try to create a new user using the Web…
I've set up Gitlab on Ubuntu 12.04 using the default package from https://about.gitlab.com/downloads/
{edit to clarify}
I've set up Apache to proxy and run the nginx server the package installed on port 8888 (or so I thought).
As I had Apache…