Questions tagged [gitlab]

198 questions
20
votes
6 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
  • 295
  • 2
  • 4
  • 18
19
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,079
  • 5
  • 20
  • 36
13
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
  • 451
  • 1
  • 3
  • 8
10
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
  • 864
  • 2
  • 8
  • 13
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
  • 1
  • 6
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…
5
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
  • 653
  • 1
  • 9
  • 24
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
  • 287
  • 4
  • 13
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
  • 7
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…
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
  • 1
  • 10
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
  • 1
  • 8
4
votes
2 answers

SSH over AnyDesk?

SSH traffic is blocked by my ISP's adult filter but AnyDesk (and maybe TeamViewer) are allowed. I'm on Windows and need to be able to work on some GitLab project over SSH, like e.g.: git clone git@gitlab.com:user/project.git with Git BASH and/or GIT…
user1876484
  • 313
  • 4
  • 13
4
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,332
  • 3
  • 21
  • 32
4
votes
4 answers

What a Gitlab administrator should do to enable Gitlab Pages?

I've GitLab EE and I'm trying to figure out how Pages are working; I've followed everything on the official website, but I'm still getting this when trying to view repository's page settings. GitLab Pages are disabled. Ask your system's…
Ellesmess Glain
  • 91
  • 1
  • 1
  • 5
1
2 3
13 14