Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
0
votes
1 answer

Synology DSM 5.2 - Gitlab with Docker SSL Connection Error

I installed Synology DSM 5.2 yesterday, because it's stable release came out. Afterwards I installed and configured Docker, MariaDB and the gitlab from the official Synology repo. Gitlab is running on ort :30000 and the ssh access for gitlab is…
sweisgerber.dev
  • 111
  • 1
  • 6
0
votes
1 answer

"git pull" fails, but only remotely?

When I try to ssh -C user@my_server 'cd /home/me/my_repo' it works. When I try to ssh user@my_server, then cd /home/me/my_repo' and then git pull it works. But when I try to ssh -C user@my_server 'cd /home/me/my_repo' && git pull it fails with…
yPhil
  • 103
  • 4
0
votes
1 answer

Running Gitlab on Apache2 (Ubuntu 14.04 LTS) : Assets not loading

I am currently setting up Gitlab on my Ubuntu Server 14.04. After installing Gitlab, disabling Nginx and settings a virtual host for apache2 the interface actually loads - but one of the asset files (the main Javascript file) throws an proxy error…
0
votes
1 answer

GitLab push not possible and always results in asking for git-user password

I have a problem with GitLab. Everything is fine, but I can't push. It is asking me all the time the password of the user git. Is it a problem, that I first installed the Omnibus package and then uninstalled it, because I use Apache and this…
fibis
  • 1
  • 1
0
votes
1 answer

How to use gitlab without hostname

I'm using gitlab within my company network. We don't have any internal DNS set up to allow me to use internal hostnames - all access to servers is via IP only. I used the omnibus installer to install gitlab on a dedicated VM. Currently I'm having to…
Hippyjim
  • 211
  • 2
  • 7
  • 19
0
votes
1 answer

Configure server for gitlab

I have a server where VestaCP installed (apache2 is back-end, nginx is front-end). Also, I successfully installed ruby, gitlab shell and gitlab. When I type sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production Everything shows…
lazyd3v
  • 121
  • 2
0
votes
1 answer

GitLab installation failing on RHEL 7

I'm trying to install GitLab 7.0 on RHEL 7 (using the CentOS omnibus package), but the installation keeps failing at the step below. Any suggestions as to how to get the installation to complete successfully? * execute[initctl status…
vaindil
  • 107
  • 1
  • 10
0
votes
2 answers

rails app (via apache proxy) images from uploads directory missing

I am running Gitlab reverse-proxied through an Apache 2.2 server for my work group. Recently, we wanted to upload some group logos to use as project Avatars. The uploads all completed successfully (confirmed in a directory listing through SSH),…
Moshe Katz
  • 3,112
  • 5
  • 28
  • 43
0
votes
0 answers

Strange port-by-port connection on SSH git user

I'm facing very strange logs in my /var/log/auth.log. Every single second I can read one or more lines like this: Accepted publickey for git from MY_OWN_IP port 51885 ssh2: RSA db:fc:1c:e2:7f:dc:b1:76:d8:97:e6:49:fd:9d:34:18 Received disconnect from…
cadavre
  • 121
  • 2
0
votes
1 answer

gitlab apache redirect loop

I am trying to set up gitlab with apache as the webserver. Thusfar, I have been unsuccesful. The sidekiq and unicorn start fine, but when I try to visit the root site, I get redirected to /users/login and get in a loop. I use apache 2.2 and gitlab…
0
votes
2 answers

Centos: Clamd and Razor-agents dependency failure on yum update when EPEL is enabled

I want to install Gitlab 6 to my CentOS 6.4 x64 server. I'm following the tutorial and enable EPEL with this command: rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm Then when I check my repolist, here's the…
kubilay
  • 159
  • 1
  • 3
  • 12
0
votes
1 answer

Could not find rake-10.1.0 in any of the sources

I've got a ruby on rails application (gitlab) which is installed via puppet. Everything on the test system runs fine, but production generates an error about rake Running /home/git/gitlab-shell/bin/check Could not find rake-10.1.0 in any of the…
spuder
  • 1,725
  • 3
  • 26
  • 42
0
votes
1 answer

Gitlab ruby version

I installed bitnami gitlab, and then I was trying to update some packages to install compass and sass. I think I have broken gitlab now. Seems I have the wring version of ruby. Most of it seems ok, but when I try to push changes, I get... POST…
Billy Moon
  • 1,437
  • 3
  • 17
  • 23
0
votes
1 answer

Why GitLab "fatal: Could not read from remote repository." with push while I can make pulls?

When try to git push I got the following message: fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. I can clone and pull from the remote. The remote is a GitLab private…
user120858
0
votes
1 answer

Apache: Forward to another port only for one website

I did install GitLab on my Apache server using this script https://github.com/gitlabhq/gitlabhq/issues/3626 and I configured Apache to forward everything incoming on port 8080 to port 3000 like this: ProxyPass /…
user181840