Skip to content
代码片段 群组 项目
未验证 提交 d50b7fef 编辑于 作者: Evan Read's avatar Evan Read 提交者: GitLab
浏览文件

Merge branch...

Merge branch '474567-improve-pure-ssh-protocol-for-lfs-docs-to-make-clarify-ssh-vs-http-connections' into 'master' 

Resolve "Improve Pure SSH protocol for LFS docs to make clarify SSH vs. HTTP connections"

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/162256



Merged-by: default avatarEvan Read <eread@gitlab.com>
Co-authored-by: default avatarAsh McKenzie <amckenzie@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -353,6 +353,13 @@ To migrate back to local storage:
released support for using SSH as the transfer protocol instead of HTTP.
SSH is handled transparently by the `git-lfs` command line tool.
When pure SSH protocol support is enabled and `git` is configured to use SSH,
all LFS operations happen over SSH. For example, when the Git remote is
`git@gitlab.com:gitlab-org/gitlab.git`. You can't configure `git` and `git-lfs`
to use different protocols. From version 3.0, `git-lfs` attempts to use the pure
SSH protocol initially and, if support is not enabled or available, it falls back
to using HTTP.
Prerequisites:
- The `git-lfs` version must be [v3.5.1](https://github.com/git-lfs/git-lfs/releases/tag/v3.5.1) or higher.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册