GitLab is an open source repository management system with issue tracking, wiki and deployment features. Mainly written in Ruby, it has a community version enterprise version. It's developed by GitLab Inc.,
0
votes
0answers
24 views
Correlation between GitLab and system crashes?
Continuing from Server crashing for not so obvious reasons.
Short overview of what happened
My server (running Debian) has crashed very often.
Everything would work fine until noticable lag sets in. ...
0
votes
0answers
36 views
ERR_SSL_PROTOCOL_ERROR apache hosting gitlab
I am hosting Gitlab on digital ocean and I have setup Gitlab to use Apache. When I create a VirtualHost for gitlab I get SSL. It works when
VirtualHost is set to <VirtualHost *:80> but then ...
3
votes
1answer
64 views
How to avoid using 'ssh-add ~/.ssh/id_rsa' for every push to a github repo?
I have to repeatedly enter the following terminal commands in order to be able to push to a remote github repository. If I push to github, and then code some more for the next few hours before pushing ...
0
votes
1answer
80 views
gitlab is 403 with Nginx on fedora 25
I follow the document to install gitlab from source in Fedora 25. All of them seems correctly.
But if I run sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production, it will return this.
...
0
votes
0answers
30 views
gitlab logrotate is not getting started
I have recently upgraded gitlab from 7.10.2 to 8.16.2, but after upgrade logrotate service is not starting up. The starting process is failing.
runsvdir -P /opt/gitlab/service log: to lock supervise/...
1
vote
1answer
87 views
Postfix not sending email to correct IP address
I have Postfix running on an Ubuntu 16.04 server for Gitlab and I am able to send email out to most domains except my corporate domain. From what I can tell, Postfix never tries the mail server IP ...
0
votes
1answer
182 views
Permission error when creating backup on gitlab omnibus installation
I am using gitlab version 7.10.4 and I am trying to upgrade the installation. But I am getting this when I tried to create back up
gitlab-rake gitlab:backup:create
Errno::EPERM: Operation not ...
0
votes
0answers
15 views
no gitlab connection possible, mac osx wifi git clone from gitlab stuck
I have a macbook mid 2009 running El Capitan and git client installed and properly working, I also have a Server running gitlab and it is also working pretty good. I have a normal wifi connection. ...
3
votes
1answer
292 views
Reverse SSH Tunnel
I have a gitlab server on my local network and a server that I can ssh to from outside my network.
Is there a way I can configure the server, that I can SSH into, so that when I use:
ssh git@git....
1
vote
1answer
311 views
Install Oracle Java 8
I'm trying to install Java 8 on a GitLab Runner like this:
apt-get --quiet update --yes
apt-get --quiet upgrade --yes
apt-get --quiet install --yes software-properties-common python-software-...
1
vote
1answer
311 views
Gitlab with separate Nginx HTTPS SSL not working
I have a CentOS 7 server (home file server) and I was trying to setup Gitlab with my own Nginx install (so I can use it for other things as well). Nginx version is 1.10.1.
When I use the recommended ...
1
vote
2answers
99 views
When gitlab says make a file executable what exactly do they mean?
Gitlab says "Make the hook file executable and make sure it's owned by git" , but I read here that a file can be executable by owner, group, world. So which one do they mean?
Right now I am ...
0
votes
1answer
412 views
How to resolve duplicate packages due to interrupted yum update
This morning I went to update gitlab-ce using yum on our CentOS6 server from 8.8.4 to 8.8.5.
Unfortunately about halfway through the first of the two gitlab-ce package install steps I accidentally ...
3
votes
2answers
292 views
Forward ssh for Git user to Git server
It is surprisingly difficult to find information on this simple problem.
Like many people we run a gitlabs/gogs server on a remote instance. Currently it listens on port 10022. We also run ssh on ...
1
vote
0answers
176 views
No permission to git clone?
What is possible problem, if I have SSH key, and trying to git clone one folder from git lab, but I still dont have permission for it ?
0
votes
1answer
414 views
Using Redmine with Gitlab
I have installed GitLab and Redmine on the same machine, using different Apache configurations on the same machine to reach by using different FQDNs. ( I can reach both of them by using these FQDNs ...
4
votes
1answer
4k views
how to use ~/.ssh/config with Windows/PuTTY? [closed]
How can I use ~/.ssh/config with Windows/PuTTY? Are PuTTY settings stored in the registry? I wish to have my PuTTY settings in git. So it needs to be a human readable text file.