From f5adcf0fc4cea09edfa9adecee35bdcf800027f7 Mon Sep 17 00:00:00 2001 From: "Omkar.Nikam" Date: Sun, 6 Sep 2026 12:28:04 +0530 Subject: [PATCH] docs: document Git long paths on Windows --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cbeba908a7..b9227c5adc 100644 --- a/README.md +++ b/README.md @@ -187,11 +187,19 @@ The marketplace entry currently uses a `plugins/uipath` symlink so Codex can loa > ```bash > git clone -c core.symlinks=true https://github.com/UiPath/skills > ``` +> > If you've already cloned without symlink support, re-enable and re-checkout: > ```bash > git config core.symlinks true > git checkout -- . > ``` +> +> If you encounter a `Filename too long` or `MAX_PATH` error during +> checkout, enable Git long-path support: +> ```bash +> git config --global core.longpaths true +> ``` +> Then retry the clone or checkout. ### Cursor IDE