aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o <Aaron@web>2014-03-08 00:05:19 +0000
committerGravatar admin <admin@branchable.com>2014-03-08 00:05:19 +0000
commit827ef6855b28b5a976b9c1e0727bcaa1f73c3d74 (patch)
tree6ab5d434dd548c7c238a583776df342c66e27ff6 /doc
parent57f613cc8e9961af50ccf8bc59799a537fa7336a (diff)
Added a comment: Progress
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Too_big_to_fsck/comment_6_20de08cd549b1e5cba8589ea3eb97020._comment27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/forum/Too_big_to_fsck/comment_6_20de08cd549b1e5cba8589ea3eb97020._comment b/doc/forum/Too_big_to_fsck/comment_6_20de08cd549b1e5cba8589ea3eb97020._comment
new file mode 100644
index 000000000..925ecf14c
--- /dev/null
+++ b/doc/forum/Too_big_to_fsck/comment_6_20de08cd549b1e5cba8589ea3eb97020._comment
@@ -0,0 +1,27 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o"
+ nickname="Aaron"
+ subject="Progress"
+ date="2014-03-08T00:05:17Z"
+ content="""
+That seemed to do something:
+
+ $ git fsck --no-reflogs |wc
+ Checking object directories: 100% (256/256), done.
+ error: refs/gcrypt/gitception+ does not point to a valid object!
+ error: refs/remotes/Beta/git-annex does not point to a valid object!
+ error: refs/remotes/Beta/master does not point to a valid object!
+ Checking connectivity: 128728, done.
+ 369082 1165340 20898546
+
+Though now I get:
+
+ $ git-annex webapp
+ error: refs/gcrypt/gitception+ does not point to a valid object!
+ error: refs/remotes/Beta/git-annex does not point to a valid object!
+ error: refs/remotes/Beta/master does not point to a valid object!
+ fatal: unable to read tree 656e7db5be172f01c0b6994d01f1a08d1273af12
+ git-annex: git [Param \"checkout\",Param \"-q\",Param \"-B\",Param \"annex/direct/master\"] failed
+
+Thanks again for all of your help!
+"""]]