Merge branch 'git-protocol-v2-docs' into 'master'

Add information on support for git v2 in docs

See merge request gitlab-org/gitlab-ce!23138
This commit is contained in:
Achilleas Pipinellis 2018-11-16 15:08:43 +00:00
commit 624ec62238
1 changed files with 9 additions and 1 deletions

View File

@ -19,7 +19,15 @@ and the [protocol documentation](https://github.com/git/git/blob/master/Document
From the client side, `git` `v2.18.0` or newer must be installed.
From the server side, if we want to configure SSH we need to set the `sshd`
server to accept the `GIT_PROTOCOL` environment,
server to accept the `GIT_PROTOCOL` environment.
In installations using [GitLab Helm Charts](../install/kubernetes/gitlab_chart.md)
and [All-in-one docker image](https://docs.gitlab.com/omnibus/docker/), the SSH
service is already configured to accept the `GIT_PROTOCOL` environment and users
need not do anything more.
For Omnibus GitLab and installations from source, you have to manually update
the SSH configuration of your server:
```
# /etc/ssh/sshd_config