From 3e55ddd172a131d5363d8533271be82b228d676c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Nov 2022 13:24:30 -0400 Subject: [PATCH] comment --- ...ent_2_0a9372f3dba83b6cee3a33933bf2b006._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/othertmp__58___createDirectory__58___already_exists/comment_2_0a9372f3dba83b6cee3a33933bf2b006._comment diff --git a/doc/forum/othertmp__58___createDirectory__58___already_exists/comment_2_0a9372f3dba83b6cee3a33933bf2b006._comment b/doc/forum/othertmp__58___createDirectory__58___already_exists/comment_2_0a9372f3dba83b6cee3a33933bf2b006._comment new file mode 100644 index 0000000000..42705eede3 --- /dev/null +++ b/doc/forum/othertmp__58___createDirectory__58___already_exists/comment_2_0a9372f3dba83b6cee3a33933bf2b006._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2022-11-14T17:14:51Z" + content=""" +Seems that your `.git/annex/othertmp` has somehow became a file. +git-annex expects it to be a directory, or to not exist, but when it's +a file, git-annex doesn't understand what is happening and so can fail this +way. + +It's probably safe to delete a `.git/annex/othertmp` file, +although since you had disk corruption, +you might want to take a backup of it first. +"""]]