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…
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…
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…
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…
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…
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…
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…
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),…
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…
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…
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…
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…
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…
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…
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 /…