You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cloning this project on windows the following errors occure:
error: unable to create file refarch-integrations/refarch-dms-integration/refarch-dms-integration-fabasoft-soap/refarch-dms-integration-fabasoft-mock-service/src/main/java/de/muenchen/refarch/integration/dms/fabasoft/mock/service/FabasoftMockApplication.java: Filename too long
...
This solvable with the following git-command:
git config --system core.longpaths true
This only happens on windows, as git uses an older windows-api which only allows 260 characters.
Git itself allows 4096 characters.
The reset of the repository clones fine - but those files will appear as changed files.
Therefore the question - should the filenames be reduced? or the pathing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently some filename-paths (filename + folder structure) are too long for the following files:
When cloning this project on windows the following errors occure:
This solvable with the following git-command:
This only happens on windows, as git uses an older windows-api which only allows 260 characters.
Git itself allows 4096 characters.
The reset of the repository clones fine - but those files will appear as changed files.
Therefore the question - should the filenames be reduced? or the pathing?
Beta Was this translation helpful? Give feedback.
All reactions