提交 2bb15209 编写于 作者: D Dmitriy Zaporozhets

Merge pull request #3894 from axilleas/gitconfig-fix

Configure git global settings in installation docs
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册