Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
28c2d402
Commit
28c2d402
authored
Nov 16, 2018
by
Balasankar "Balu" C
Committed by
Achilleas Pipinellis
Nov 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add information on support for git v2 in docs
parent
21c6aec2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
doc/administration/git_protocol.md
doc/administration/git_protocol.md
+9
-1
No files found.
doc/administration/git_protocol.md
View file @
28c2d402
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment