comment
This commit is contained in:
parent
378831a43b
commit
cdb212fc6f
1 changed files with 18 additions and 0 deletions
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue