Skip to content
Snippets Groups Projects
Commit 0f7c402c authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Configure git global settings


Setting Git's global user.name and user.email are missing from
instructions, causing check.rake to fail at this step.

Signed-off-by: default avatarAxilleas Pipinellis <axilleas@archlinux.gr>
parent 25d5c1f6
No related branches found
No related tags found
1 merge request!3894Configure git global settings in installation docs
Loading
Loading
@@ -176,8 +176,13 @@ do so with caution!
# Copy the example Puma config
sudo -u git -H cp config/puma.rb.example config/puma.rb
 
# Configure Git global settings for git user, useful when editing via web
# Edit user.email according to what is set in gitlab.yml
sudo -u git -H git config --global user.name "GitLab"
sudo -u git -H git config --global user.email "gitlab@localhost"
**Important Note:**
Make sure to edit both files to match your setup.
Make sure to edit both `gitlab.yml` and `puma.rb` to match your setup.
 
## Configure GitLab DB settings
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment