Skip to content
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

Fixes colliding file #2805

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Conversation

lizhineng
Copy link
Contributor

Description

You'll get this complaint if you clone the repo to your case-insensitive system.

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'public/assets/lottie/leo/Pirate.json'
  'public/assets/lottie/leo/pirate.json'

And the contents of both files are identical.

% md5 public/assets/lottie/leo/Pirate.json                                                                                                                                                                                                     ~/code/leantime
MD5 (public/assets/lottie/leo/Pirate.json) = 9e13218f4894654199b8504fbb20dcbc
% md5 public/assets/lottie/leo/pirate.json                                                                                                                                                                                                     ~/code/leantime
MD5 (public/assets/lottie/leo/pirate.json) = 9e13218f4894654199b8504fbb20dcbc

Type

  • Fix
  • Feature
  • Cleanup

@lizhineng lizhineng requested a review from a team as a code owner November 21, 2024 08:11
@lizhineng lizhineng requested review from jonathan-stephens and removed request for a team November 21, 2024 08:11
@CLAassistant
Copy link

CLAassistant commented Nov 21, 2024

CLA assistant check
All committers have signed the CLA.

@lizhineng lizhineng changed the title Fixes collided file Fixes colliding file Nov 21, 2024
@marcelfolaron
Copy link
Contributor

Thank you

@marcelfolaron marcelfolaron merged commit 1df422e into Leantime:master Nov 21, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants