From c8176f899ba13a38e86c325e96f07c6c5a02676d Mon Sep 17 00:00:00 2001 From: "tom@b87e4336a0d0785eb7d5853e390835a18797402f" Date: Mon, 1 May 2023 12:05:34 +0000 Subject: [PATCH] --- doc/forum/git_unlock_failed.mdwn | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/forum/git_unlock_failed.mdwn diff --git a/doc/forum/git_unlock_failed.mdwn b/doc/forum/git_unlock_failed.mdwn new file mode 100644 index 0000000000..f0a546b19b --- /dev/null +++ b/doc/forum/git_unlock_failed.mdwn @@ -0,0 +1,22 @@ +I am trying to + +``` +$ git annex unlock myfile +``` + +but it gives + +``` +unlock myfile +git-annex: unlock failed +failed +unlock: 1 failed +``` + +I have no idea why, and the error gives me no means to debug (nor was an internet search helpful). Note that e.g. + +``` +$ cat myfile +``` + +works fine