Skip to content

Added warning of long filepath limit while importing modules #9955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en/docs/refguide/modeling/import-and-export/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ The app is imported.

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/).

{{% alert color="warning" %}}
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.
{{% /alert %}}

#### Importing a Module Package Through the App Explorer

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