From: Lukey Date: Tue, 3 Aug 2021 07:54:13 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2bd3be5430062d9523f105557608d8d39772fdc9;p=git-annex.git Added a comment --- diff --git a/doc/forum/General_questions_and_help/comment_1_adfef0ecc191dd2ad85b4e0f6a4df67d._comment b/doc/forum/General_questions_and_help/comment_1_adfef0ecc191dd2ad85b4e0f6a4df67d._comment new file mode 100644 index 0000000000..8635f7c050 --- /dev/null +++ b/doc/forum/General_questions_and_help/comment_1_adfef0ecc191dd2ad85b4e0f6a4df67d._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 1" + date="2021-08-03T07:54:12Z" + content=""" +Hi,
+What may help with the filenames too long is putting the repository directly under `C:` like `C:\repo`. The reason is that Windows paths are limited to a maximum of 260? bytes and if you have it under like `C:\Users\bla\loong\path\repo` then the whole path to the keys (`C:\Users\bla\loong\path\repo\.git\annex\objects\xyz\xyz\SHA256E-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855`) might be too long.
+You could also try with a different [[backends]] like `SHA1` since then the hash part (`SHA256E-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855`) is shorter. +"""]]