From d0714f050f68678ce3feffc3df6c88972261808a Mon Sep 17 00:00:00 2001 From: Ito Date: Mon, 23 Jun 2025 13:38:09 -0700 Subject: [PATCH] Document need for git longpaths --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9016eae554c..b4de02eee5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,6 +24,7 @@ reported the issue. Please try to include as much information as you can. Detail * [Java 21](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html) * [Git](https://git-scm.com/) + * If you run into a build issue on first build, ensure Git is configured to handle longer paths (common with Windows - run command as Admin): `git config --system core.longpaths true` * .NET 6 * In theory, you can use a higher version, however we build with .NET 6 in CI * macOS steps: