Skip to content

Commit 11d2e8a

Browse files
authored
docs: document need for git longpaths on windows (#5848)
1 parent d6fdf6a commit 11d2e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ reported the issue. Please try to include as much information as you can. Detail
2424

2525
* [Java 21](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html)
2626
* [Git](https://git-scm.com/)
27+
* 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`
2728
* .NET 6
2829
* In theory, you can use a higher version, however we build with .NET 6 in CI
2930
* macOS steps:

0 commit comments

Comments
 (0)