labring / sealos

Sealos is a production-ready Kubernetes distribution that provides a one-stop solution for both public and private cloud. You can run any Docker image on sealos, start high availability databases like mysql/pgsql/redis/mongo, develop applications using any Programming language
https://cloud.sealos.io
Apache License 2.0
13.83k stars 2.07k forks source link

BUG: can not git clone repo #4690

Open knightgao opened 5 months ago

knightgao commented 5 months ago

Sealos Version

laster

How to reproduce the bug?

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:

'service/license/src/components/Account/index.tsx' 'service/license/src/components/account/index.tsx' 'service/license/src/components/Signin/auth/useAuthList.tsx' 'service/license/src/components/signin/auth/useAuthList.tsx' 'service/license/src/components/Signin/auth/useCustomError.tsx' 'service/license/src/components/signin/auth/useCustomError.tsx' 'service/license/src/components/Signin/auth/useLanguage.tsx' 'service/license/src/components/signin/auth/useLanguage.tsx' 'service/license/src/components/Signin/auth/usePassword.tsx' 'service/license/src/components/signin/auth/usePassword.tsx' 'service/license/src/components/Signin/auth/useProtocol.tsx' 'service/license/src/components/signin/auth/useProtocol.tsx' 'service/license/src/components/Signin/auth/useSms.tsx' 'service/license/src/components/signin/auth/useSms.tsx' 'service/license/src/components/Signin/background.tsx' 'service/license/src/components/signin/background.tsx' 'service/license/src/components/Signin/index.tsx' 'service/license/src/components/signin/index.tsx'

What is the expected behavior?

git clone repo

What do you see instead?

No response

Operating environment

1

Additional information

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:

'service/license/src/components/Account/index.tsx' 'service/license/src/components/account/index.tsx' 'service/license/src/components/Signin/auth/useAuthList.tsx' 'service/license/src/components/signin/auth/useAuthList.tsx' 'service/license/src/components/Signin/auth/useCustomError.tsx' 'service/license/src/components/signin/auth/useCustomError.tsx' 'service/license/src/components/Signin/auth/useLanguage.tsx' 'service/license/src/components/signin/auth/useLanguage.tsx' 'service/license/src/components/Signin/auth/usePassword.tsx' 'service/license/src/components/signin/auth/usePassword.tsx' 'service/license/src/components/Signin/auth/useProtocol.tsx' 'service/license/src/components/signin/auth/useProtocol.tsx' 'service/license/src/components/Signin/auth/useSms.tsx' 'service/license/src/components/signin/auth/useSms.tsx' 'service/license/src/components/Signin/background.tsx' 'service/license/src/components/signin/background.tsx' 'service/license/src/components/Signin/index.tsx' 'service/license/src/components/signin/index.tsx'

stale[bot] commented 3 months ago

This issue has been automatically closed because we haven't heard back for more than 60 days, please reopen this issue if necessary.

zjy365 commented 3 months ago

The error you're encountering is related to case-sensitive paths on a case-insensitive filesystem, which is common on filesystems like those used by macOS and Windows. These filesystems treat files with names that differ only by case as the same file, leading to conflicts.

stale[bot] commented 1 month ago

This issue has been automatically closed because we haven't heard back for more than 60 days, please reopen this issue if necessary.