summaryrefslogtreecommitdiff
path: root/doc/forum/trusted_repositories__58___fatal__58___not_a_git_repo.mdwn
blob: f94bd3804ef1c9eca4f1c00bbf6668748a4a3832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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?

**EDIT:**

I removed the folder (was not a git repo at the time of the error) `/home/micas/Music` and the error went away.