From c935e6bdc830d5de0cfca5c9ed2d63f6daf88801 Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Fri, 30 May 2025 00:12:48 +0800 Subject: [PATCH] [ci skip]docs: add a tip for long path support --- docs/CONTRIBUTING.md | 5 +++++ docs/CONTRIBUTING_EN.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index ed1e9a3..b558760 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -23,6 +23,11 @@ - `git` - `JDK 21 或更高版本` +特别提醒:在操作前,您需要启用系统和Git的长路径支持,以下为部分平台的相关描述。 + +[`Windows`](https://learn.microsoft.com/windows/win32/fileio/maximum-file-path-limitation) +[`Git for Windows`](https://gitforwindows.org/faq.html#i-get-errors-trying-to-check-out-files-with-long-path-names) + ## 了解补丁(Patches) Luminol 使用和 Folia 一样的补丁系统,并为了针对不同部分的修改分成了两个目录: diff --git a/docs/CONTRIBUTING_EN.md b/docs/CONTRIBUTING_EN.md index e0576db..9fc3e8d 100644 --- a/docs/CONTRIBUTING_EN.md +++ b/docs/CONTRIBUTING_EN.md @@ -25,6 +25,11 @@ Before coding, you need these pieces of software / tools as Dev Environment. - `git` - `JDK 21 or higher` +PS: You need to enable long path support in your System and Git before start, some of the platform's resolution here. + +[`Windows`](https://learn.microsoft.com/windows/win32/fileio/maximum-file-path-limitation) +[`Git for Windows`](https://gitforwindows.org/faq.html#i-get-errors-trying-to-check-out-files-with-long-path-names) + ## Understanding "Patches" Luminol uses as the same patching system as Paper,