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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
cde7df97
Commit
cde7df97
authored
Feb 21, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LFS SSH support was added in GitLab 8.12
[ci skip]
parent
fc42f603
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/workflow/git_annex.md
doc/workflow/git_annex.md
+2
-2
doc/workflow/lfs/migrate_from_git_annex_to_git_lfs.md
doc/workflow/lfs/migrate_from_git_annex_to_git_lfs.md
+4
-4
No files found.
doc/workflow/git_annex.md
View file @
cde7df97
...
...
@@ -197,7 +197,7 @@ can cause `git-annex` to raise unpredicted warnings and errors.
Consult the
[
Annex upgrade page
][
annex-upgrade
]
for more information about
the differences between versions. You can find out which version is installed
on your server by navigating to
<https://pkgs.org/download/git-annex>
and
seaching for your distribution.
sea
r
ching for your distribution.
Although there is no general guide for
`git-annex`
errors, there are a few tips
on how to go around the warnings.
...
...
@@ -234,7 +234,7 @@ push origin
[
deprecate-annex-issue
]:
https://gitlab.com/gitlab-org/gitlab-ee/issues/1648
[
git-annex
]:
https://git-annex.branchable.com/
"git-annex website"
[
gitlab shell
]:
https://gitlab.com/gitlab-org/gitlab-shell
"GitLab Shell repository"
[
guide
]:
lfs/migrate_from_git
-annex_to_git-
lfs.html
[
guide
]:
lfs/migrate_from_git
_annex_to_git_
lfs.html
[
issue
]:
https://git-annex.branchable.com/forum/Error_from_git-annex-shell_on_creation_of_gcrypt_special_remote/
"git-annex issue"
[
reconfigure GitLab
]:
../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
[
restart GitLab
]:
../administration/restart_gitlab.md#installations-from-source
doc/workflow/lfs/migrate_from_git_annex_to_git_lfs.md
View file @
cde7df97
...
...
@@ -15,7 +15,8 @@ Enterprise editions.
## Differences between Git Annex and Git LFS
-
Git Annex works only through SSH, whereas Git LFS only through HTTPS.
-
Git Annex works only through SSH, whereas Git LFS works both with SSH and HTTPS
(SSH support was added in GitLab 8.12).
-
Annex files are stored in a sub-directory of the normal repositories, whereas
LFS files are stored outside of the repositories in a place you can define.
-
Git Annex requires a more complex setup, but has much more options than Git
...
...
@@ -178,11 +179,10 @@ GitLab.com), therefore, you don't need to do anything server-side.
git push
```
Once asked, enter your login credentials since LFS communicates only with
HTTPS
. If you have [2FA enabled][2fa], make sure to use a
If your remote is set up with HTTP, you will be asked to enter your login
credentials
. If you have [2FA enabled][2fa], make sure to use a
[personal access token][token] instead of your password.
## Removing the Git Annex branches
After the migration finishes successfully, you can remove all
`git-annex`
...
...
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