Skip to content

Commit 84fec9c

Browse files
Merge pull request #9955 from sanaya-m/long-filepaths-error-importing-modules
Added warning of long filepath limit while importing modules
2 parents e5ce583 + fc684b9 commit 84fec9c

File tree

1 file changed

+4
-0
lines changed
  • content/en/docs/refguide/modeling/import-and-export

1 file changed

+4
-0
lines changed

content/en/docs/refguide/modeling/import-and-export/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ The app is imported.
7474

7575
Mendix modules can either be stored in a Mendix package (*.mpk*) file or have an *.mxmodule* extension if they are [add-on or solution modules](/refguide/configure-add-on-and-solution-modules/).
7676

77+
{{% alert color="warning" %}}
78+
For Git on Windows, there is a limit of 260 characters for a path to a module package file. To prevent an error, try moving the module package file to a location with a shorter path or keep the file names no longer than 260 symbols. You can also set the `core.longpaths` configuration to `true` in your Git configuration file.
79+
{{% /alert %}}
80+
7781
#### Importing a Module Package Through the App Explorer
7882

7983
To import module packages through the App Explorer in Studio Pro, follow these steps:

0 commit comments

Comments
 (0)