This repository was archived by the owner on Jan 11, 2024. It is now read-only.
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
[BUG] Cannot checkout this repository on Windows #1119
Open
Description
Describe the bug
When trying to git clone
this repository on a Windows machine, it fails with:
error: invalid path 'src/app/modules/ServiceAccounts/components/Credentials /Credentials.css'
To Reproduce
Steps to reproduce the behavior:
$ git clone [email protected]:bf2fc6cc711aee1a0c2a/kas-ui.git
Cloning into 'kas-ui'...
remote: Enumerating objects: 13733, done.
remote: Counting objects: 100% (13733/13733), done.
remote: Compressing objects: 100% (3628/3628), done.
remote: Total 13733 (delta 9616), reused 13565 (delta 9513), pack-reused 0
Receiving objects: 100% (13733/13733), 28.17 MiB | 12.95 MiB/s, done.
Resolving deltas: 100% (9616/9616), done.
error: invalid path 'src/app/modules/ServiceAccounts/components/Credentials /Credentials.css'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Expected behavior
Successful git clone/checkout.
Desktop (please complete the following information):
- OS: Windows 10
- Browser: N/A
- Version: latest as of April 19, 2022