Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
2
votes
2 answers

GitLab Automatic deploy

I will be creating a gitlab server at my school to host class code. I wish to make it so that every time any user pushes to gitlab it automatically deploys the project to /var/www/gitdeploy///, in such a way that…
2
votes
1 answer

git clone ssh syntax difference?

Setup There is a host (H1) running gitlab-ce git server within a docker container (C1). The host's OpenSSH server runs on port 22 and provides a host key keyH. The gitlab container provides its own SSH service that is published to host like 10022:22…
ITL
  • 231
  • 3
  • 10
2
votes
2 answers

Can I use gitlab to monitorize existing repos, keeping old bare git urls?

I've installed Gitlab on my server and I don't know if what I'm willing to do is possible. I want to set Gitlab to monitorize my repos, with all the goodies that come with it, but I don't want to use gitlab urls, since I don't want to force such a…
2
votes
1 answer

Vcsrepo fails with gitlab

I want to pull some gitlab repositories using vcsrepo but for some reason it fails to execute. vcsrepo { "/tmp/repo/update": ensure => present, provider => git, source => "git@gitlab:${git_url}", user => 'update', } The ssh key belongs to the…
Granolaboy
  • 133
  • 1
  • 1
  • 5
2
votes
1 answer

Migrate Gitlab Database from v6.3 to v7.5?

What way is the best way to migrate all projects, issues, users, snippets and everything else from an old gitlab installation to a new one? Our old machine is a bitnami VM with GitLab 6.3.0 - The commands from the backup guide are not working: sudo…
CodeBrauer
  • 123
  • 6
2
votes
1 answer

Permanently change gitlab server port

Trying to use a recent version of gitlab, I'm despairing somewhat with its configuration process (or rather that of its "embedded packages"). I have installed the gitlab-omnibus package (version 7.4.3) on my Ubuntu server 14.04, which is also…
codeling
  • 145
  • 1
  • 8
2
votes
1 answer

Gitlab on Virtualbox VM with repositories on host os

I've set up a Virtualbox VM (debian 7.6) on my MacMini (10.9). I've successfully installed Gitlab (7.1) in the VM and I'm able to access it from all machines in my network. I'm able to log in and create a user. However, I'd like the git repositories…
hepabolu
  • 159
  • 1
  • 5
2
votes
1 answer

gitlab: How to not break old gitolite urls

I'm in the process of migrating from gitolite to gitlab. My original repositories had urls like: git@dev.example.com:project-gui and git@dev.example.com:project-libs. Gitlab has forced me to use urls like: git@dev.example.com:project/gui and…
nishantjr
  • 241
  • 2
  • 9
2
votes
2 answers

amazon ec2 ubuntu with gitlab and nginx - cant load?

Ok, so I've spooled up an Amazon EC2 server running Ubuntu, and then followed the instructions below to install GitLab; http://doc.gitlab.com/ce/install/installation.html The only step I've not been able to complete is running the following check on…
thebluefox
  • 71
  • 5
2
votes
1 answer

"gitlab-shell self-check failed" after installing GitLab

So I installed GitLab and nginx and now i get a 502 Bad Gateway error when accessing it. I went through with the check sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production and found out I have an error that reads: Check GitLab API…
Kajzer
  • 121
  • 1
  • 3
2
votes
1 answer

MySQL demon already running with same unix socket

When trying to start the mysqld demon on a CentOS 6.5 box I get the following error: [root@hardin ~]# service mysqld start Another MySQL daemon already running with the same unix socket. Starting mysqld: …
Astaar
  • 448
  • 1
  • 8
  • 18
2
votes
3 answers

How can I put gitlab data directory on another drive?

My gitlab installation is running out of space. I want to move the user's repositories to another drive. I can not find any walkthroughs or good forum posts about doing this. I have tries moving /opt/gitlab/apps/gitlab/repositories to another drive,…
Billy Moon
  • 1,437
  • 3
  • 17
  • 23
2
votes
0 answers

Gitlab - Cannot: create new project, list team members, add SSH keys or clone / push

I have just installed Gitlab on my Centos 6.4. At first glance everything seems to be working fine but for some reason, I have the following issues...: Add a new project : (Similar issues when adding new SSH keys or listing projects…
LBridge
  • 121
  • 5
2
votes
1 answer

Local SSH connection to Gitlab not working

I'd like to be able to clone, push and pull (via SSH) on my Gitlab-Server from/to itself. Currently, when try to clone a git repository locally from my server I get this: jacob@server: git clone git@git.example.com:project.git fatal: 'project.git'…
jacob1123
  • 121
  • 1
  • 4
2
votes
1 answer

Execute gitlab sidekiq (rake task) with upstart

I'm trying start the gitlab sidekiq daemon through upstart. But unfortunately it seems that the sidekiq worker is respawned since sidekiq start deamonizes itself: Jul 12 17:26:42 git kernel: [370722.042968] init: gitlab-sidekiq main process (28251)…
Pascal
  • 320
  • 2
  • 12