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

BUG: can not git clone repo #4690

Open
knightgao opened this issue Apr 19, 2024 · 2 comments
Open

BUG: can not git clone repo #4690

knightgao opened this issue Apr 19, 2024 · 2 comments
Labels
kind/bug Something isn't working

Comments

@knightgao
Copy link

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'

@knightgao knightgao added the kind/bug Something isn't working label Apr 19, 2024
Copy link

stale bot commented Jun 18, 2024

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

@zjy365
Copy link
Contributor

zjy365 commented Jun 20, 2024

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 stale bot removed the response-expired label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants