summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574 <Mica_Semrick@web>2013-12-27 22:34:17 +0000
committerGravatar admin <admin@branchable.com>2013-12-27 22:34:17 +0000
commit877adb4ff27184c5677869e7f26e3d4482ebc74e (patch)
tree749b73c3f5fc87f4243fbb329dcb09804a5f6c43 /doc
parentb0fc4da3b6dffadddb3c164c51e2a201602c7208 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/trusted_repositories:_fatal:_not_a_git_repo.mdwn28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/forum/trusted_repositories:_fatal:_not_a_git_repo.mdwn b/doc/forum/trusted_repositories:_fatal:_not_a_git_repo.mdwn
new file mode 100644
index 000000000..6face5e8a
--- /dev/null
+++ b/doc/forum/trusted_repositories:_fatal:_not_a_git_repo.mdwn
@@ -0,0 +1,28 @@
+When issuing a `git annex info`, I get:
+
+~~~
+$ git-annex info
+repository mode: indirect
+trusted repositories: fatal: Not a git repository: '/home/micas/Music/.git' fatal: Not a git repository: '/home/micas/Music/.git' 0
+semitrusted repositories: 3
+ 00000000-0000-0000-0000-000000000001 -- web
+ 85f8a5ea-6278-11e2-9978-ebb59e8f37a2 -- here (Music annex backup)
+ 9aff38f2-6447-11e2-8c89-ef50e6c0ea6c -- backupone (Music annex backupone)
+untrusted repositories: 0
+transfers in progress: none
+available local disk space: 174.28 gigabytes (+1 megabyte reserved)
+local annex keys: 5348
+local annex size: 25.62 gigabytes
+annexed files in working tree: 5374
+size of annexed files in working tree: 25.68 gigabytes
+bloom filter size: 16 mebibytes (1.1% full)
+backend usage:
+ SHA256: 10692
+ SHA256E: 30
+~~~
+
+The troubling part (I think) is `trusted repositories: fatal: Not a git repository: '/home/micas/Music/.git' fatal: Not a git repository: '/home/micas/Music/.git' 0`
+
+Is there a command I can use to show all the uuid of known remotes? I thought I had marked all remotes pointing to /home/micas/Music/.git as `dead`
+
+Is there another reason for the output? How can I get trusted repos back to 0?