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.,
Questions tagged [gitlab]
72 questions
11
votes
2 answers
yum update shows three exclamation marks
yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
gitlab_gitlab-ce/x86_64/signature | 836 B 00:00:00
gitlab_gitlab-ce/x86_64/signature | 1.0 kB 00:00:00…
David Trevor
- 211
- 2
- 6
11
votes
3 answers
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 again, I have to enter the commands:
eval…
ManUtdBloke
- 221
- 3
- 6
10
votes
1 answer
how to use ~/.ssh/config with Windows/PuTTY?
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.
Sybil
- 1,653
- 5
- 19
- 37
7
votes
3 answers
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 that instance to administer the server. It listens…
DMCoding
- 201
- 1
- 5
5
votes
1 answer
SSH prompt a passphrase for no passphrase keys on Docker GitLab CI
With the following Dockerfile:
FROM nexylan/php-dev:7.1-alpine
COPY entrypoint.sh /
RUN chmod u+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
WORKDIR /code
CMD ["tail", "-f", "/dev/null"]
(The entrypoint does nothing related to the issue).
The…
Soullivaneuh
- 286
- 3
- 15
4
votes
0 answers
What happens when you disable NFS server delegation?
We are facing issues with NFS 4.1 on RHEL 7.6. We have a lot of applications on this server and GitLab is one of them and it is impacted the most.
Excessive NFS network traffic (due to a bug with NFS v4.1) causes high CPU resulting in GitLab being…
Koshur
- 1,319
- 4
- 21
- 36
4
votes
1 answer
GitLab Runner: no basic auth credentials even though DOCKER_AUTH_CONFIG is set
I am trying to set up a gitlab runner service using a private Docker registry. According to the documentation it is sufficient to set the DOCKER_AUTH_CONFIG environment variable and populate it with the docker auth credentials:
concurrent =…
Daniel Becker
- 163
- 1
- 8
4
votes
1 answer
SSH fails to use the given private key on docker and GitLab CI
With the following Dockerfile:
FROM nexylan/php-dev:7.1-alpine
COPY entrypoint.sh /
RUN chmod u+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
WORKDIR /code
CMD ["tail", "-f", "/dev/null"]
(The entrypoint does nothing related to the issue).
And…
Soullivaneuh
- 286
- 3
- 15
3
votes
1 answer
Selinux causing sshd to fail when using AuthorizedKeysCommand
I have been following Gitlab's guide to enable Fast lookup of authorized SSH keys. Guide instructs to use AuthorizedKeysCommand. Authorized command is calling local https server. This command chain results to SELinux policy violation.
The error that…
Sami Korhonen
- 133
- 6
3
votes
1 answer
Stripping a git repo of all committed files that should have been ignored
I recently initiated a git repo and forgot to add a .gitignore file. After my initial commit, my repo has many subdirectories and many files that should have been ignored. Is there an efficient way to add a .gitignore and then push the repo without…
Brian Fitzpatrick
- 2,755
- 3
- 23
- 43
3
votes
1 answer
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 [email protected]
It sends that to the Gitlab server…
agustaf
- 133
- 1
- 5
2
votes
0 answers
Why does buildah fail mounting overlays?
I am running buildah(quay.io/containers/buildah) in a gitlab CI/CD pipeline(kubernetes pod), but it fails building images.
buildah bud . returns:
mount /var/lib/containers/storage/overlay:/var/lib/containers/storage/overlay, flags: 0x1000:…
iaquobe
- 281
- 1
- 4
- 13
2
votes
0 answers
Lightweight GitLab alternative for small company
I'm looking for GitLab replacement, which does not require 4GB RAM and is easier to move/upgrade/migrate, does not have dependency hell and creates less than 50 processes on server.
There are 3, sometimes 4 programmers in my company, we don't need…
Kamil
- 719
- 1
- 8
- 24
2
votes
1 answer
Allow short "sessions" for a user with systemd
I'm testing a new gitlab runner I've setup.
If a project just has a very short CI job (or one that fails very quickly, which is probably more realistic outside of testing the setup) systemd starts reporting that "[email protected]" failed, 999 being…
Henrik supports the community
- 5,181
- 2
- 14
- 31
2
votes
0 answers
Problems installing gitlab with apache
I am running a Linux mint (18.2) box. I have installed a LAMP stack that I use for some local development. I wanted to install GitLab to help manage my development cycle.
I was trying to install the omnibus package of GitLab following the…
natral
- 305
- 1
- 5
- 17