diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-05 12:46:02 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-05 12:46:02 -0400 |
commit | 9571ca5a8968f09e39270051db3e9c5c873ced26 (patch) | |
tree | c463d3919e797878f4057a0a8f36109528aadab1 | |
parent | d4bda01831e86c45dee39ff5ad515f978f4f4d66 (diff) |
comment
-rw-r--r-- | doc/forum/__96__git_annex_sync__96___uses_too_much_space__63__/comment_2_7a24236bc511cbfa869aaeb431a003d2._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/__96__git_annex_sync__96___uses_too_much_space__63__/comment_2_7a24236bc511cbfa869aaeb431a003d2._comment b/doc/forum/__96__git_annex_sync__96___uses_too_much_space__63__/comment_2_7a24236bc511cbfa869aaeb431a003d2._comment new file mode 100644 index 000000000..60e1f22af --- /dev/null +++ b/doc/forum/__96__git_annex_sync__96___uses_too_much_space__63__/comment_2_7a24236bc511cbfa869aaeb431a003d2._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2015-05-05T16:42:43Z" + content=""" +It's failing to pull the git repository from the remote because that +git repository is apparently larger than 487 mb. That is not usual +when using git-annex, or even when using git unless you have millions +of files in the git repository. + +Since you only have a few thousand files in the git repository, +my guess is you have committed some large files directly to git, +instead of using git-annex. So, you're seeing why git-annex exists... + +You should find the files in your git repository that are not git-annex +symlinks, and are large files. You may need to use `git filter-branch` +to remove the from your repository's history. +"""]] |