The following commands and the output show that a directory associated with git-annex can not be deleted. Does anybody know why it can not be deleted? Is there anything wrong?
/tmp$ mkdir -p /tmp/music
/tmp$ cd /tmp/music
/tmp/music$ git init
Initialized empty Git repository in /private/tmp/music/.git/
/tmp/music$ git annex init 'Music on keller'
init Music on keller ok
(Recording state in git...)
/tmp/music$ echo Hello > hello.txt
/tmp/music$ git annex add --backend=SHA1 .
add hello.txt ok
(Recording state in git...)
/tmp/music$ git commit -a -m "Imported my music collection"
[master (root-commit) 433f42b] Imported my music collection