GIT: Page path should be in lowercase, otherwise it cannot be handled by some OSes #3720
Unanswered
akaRem
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When git storage is enabled, 2 files with the same name may be commited which cannot be handled by some OSes which ignore letters case in file paths (macOS, windows):
To Reproduce
Steps to reproduce the behavior:
0. deploy on linux host/docker container
Expected behavior
It should be impossible to type any path that cannot be handled by OS fs or produce any kind of conflict (no special characters, utf ext ranges, uppercased letters, emogi, spaces, etc)
Screenshots
If applicable, add screenshots to help explain your problem.
Host Info (please complete the following information):
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions