bytechefhq / bytechefhq/bytechef
[bug]: Filename too long while cloning the repo
- Dominant language
- Java
- Stars
- 1k
- Forks
- 170
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 115
Description
### Describe the bug
While cloning the repo on Windows I faced:
C:\src>git clone https://github.com/bytechefhq/bytechef.git
Cloning into 'bytechef'...
remote: Enumerating objects: 319679, done.
remote: Counting objects: 100% (21025/21025), done.
remote: Compressing objects: 100% (5207/5207), done.
remote: Total 319679 (delta 13814), reused 18821 (delta 13014), pack-reused 298654 (from 1)
Receiving objects: 100% (319679/319679), 46.92 MiB | 3.16 MiB/s, done.
Resolving deltas: 100% (127899/127899), done.
fatal: cannot create directory at 'server/ee/libs/platform/platform-workflow/platform-workflow-task-dispatcher/platform-workflow-task-dispatcher-registry/platform-workflow-task-dispatcher-registry-remote-client/src/main/java/com/bytechef/ee/platform/workflow/task/dispatcher': Filename too long
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
### Steps To Reproduce
On Windows
git clone https://github.com/bytechefhq/bytechef.git
### Expected behavior
No errors, clean clone
### Version
N/A
### OS
Windows 11
### Browser
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.