sealos icon indicating copy to clipboard operation
sealos copied to clipboard

BUG: can not git clone repo

Open knightgao opened this issue 10 months ago • 3 comments

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 avatar Apr 19 '24 03:04 knightgao

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

stale[bot] avatar Jun 18 '24 04:06 stale[bot]

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.

zjy365 avatar Jun 20 '24 02:06 zjy365

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

stale[bot] avatar Aug 19 '24 04:08 stale[bot]