Questions tagged [gitlab]
204 questions
28
votes
7 answers
GitLab: You cannot push commits for . You can only push commits that were committed with one of your own verified emails
I am having this weird issue where I cloned a repository with my credentials (my_correct@email.adress). But I can not push the changes because I always receive this message:
GitLab: You cannot push commits for 'my_wrong@email.adress' . You can only…
Billal BEGUERADJ
- 377
24
votes
2 answers
How to update authentication token for a git remote?
I revoked my token for GitLab, how can I set the new token for cmd use?
When trying to push, this is the error I get:
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://gitlab.com/myusername/repo.git'
The credential.helper…
arieljannai
- 3,569
- 5
- 24
- 37
14
votes
5 answers
How do you stop or prevent gitlab from running on startup?
I've installed gitlab on Ubuntu 14.04, from the following deb file:
gitlab_6.9.2-omnibus-1_amd64.deb
It works beautifully. But I want to perform some maintenance on the box without gitlab running, and I can't find anyway to do this.
There is…
Jim T
- 471
12
votes
2 answers
How can I convert an LDAP user to local user in GitLab?
We have a GitLab install, currently using LDAP for authentication. Is it possible to convert an LDAP GitLab account to a regular local GitLab account? If yes, how is this done.
I can’t find anything in the admin console, and Google doesn’t seem to…
MichaelM
- 914
7
votes
2 answers
No command sudo found on Debian server
I want to have GitLab under domain git.blue-world.pl.
I use Omnibus package downloads for GitLab CE for Debian 7.
ssh -l login blue-world.pl
cd domains/git.blue-world.pl/public_html
wget…
7
votes
1 answer
Where in CentOS does program start at boot if it's not in init.d?
I have installed a software (GitLab) on CentOS. It works well, but this GitLab starts at boot and I don't want that.
So I took a look at /etc/init.d in order to disable it with chkconfig, but my problem is that there is no gitlab script in it, so I…
Pierre
- 175
6
votes
1 answer
Synchronizing two Git servers between companies
There are two companies. Each one has a Git server running. If company A checks in some code this should be updated on company B server and the other way around.
The two servers should keep themselves sychronnized with each other.
Server OS: Ubuntu…
Matthias Reisner
- 183
6
votes
1 answer
git add . command not working
git add . is not working it got stuck as you can see the below image.
I am building an expo project and the directory structure is in the image.
Please help me with this problem.
I also tried git add --all, git add -A none is working
Rajat Verma
- 219
6
votes
1 answer
How do I download my whole repository from GitLab?
I can't work out how to download my entire repository for a given project. Most of the things I do seem to just download the latest snapshot, e.g.
git pull https://gitlab.com/blahblah/MyProject.git
The reason I want to know how to do this is for…
mike rodent
- 774
5
votes
1 answer
How to compute GitLab deploy key fingerprint from ssh key-pair
When viewing Deploy Keys in a GitLab repository's setting, the keys have a "name" and also some kind of fingerprint. The fingerprint looks like this:
2b:be:a7:7f:44:64:89:8d:e3:f7:ea:3c:12:c9:e5:e7
I am trying to find out which of my ssh key-pairs…
rlandster
- 1,522
5
votes
2 answers
gitlab-runner has not yet connected error
In my setup gitlab on Ubuntu 16.04 and after upgrading from gitlab-multi-runner to gitlab-runner it is not starting by default.
According to gitlab runner documentation, it should start, just after install and register.
Although I can see…
Bart
- 357
5
votes
1 answer
Why is my git always force pushing?
It seems that my local installation of git (version 2.10.2) is such that whenever I issued git push, it is interpreted as git push -f. Is there a configuration variable that I could've set incorrectly to cause this behavior?
More…
Willie Wong
- 181
5
votes
2 answers
Trying to install GitLab on Apache on CentOS 7
Hey SuperUser community,
I'm new to this forum so I'll make this quick.
I'm an amateur CentOS System Administrator. I'm teaching myself as I go, but I recently hit a stumbling block. I'm trying to install GitLab, but I want to install it on an…
Miles Jefferson
- 53
- 1
- 3
4
votes
2 answers
How can I disable nginx from Gitlab bunlde?
I've installed a Debian/Jessie server with an apache 2.4 service
I downloaded and installed the bundle package of Gitlab for Debian 8
(Jessie)
I activate unicorn and configure a virtualhost in apache to work with
a specific subdomain.
Now if I…
Akira
- 131
4
votes
2 answers
What does [1 note] means in Git(Lab)'s commit tree?
My company is using a private GitLab. I recently looked to the graph of branches and commits, and it showed this. A [1 note] label that looks like the labels GitLab uses to show the branches' heads (but "1 note" isn't one of our branches).
When I…
Motiss
- 101