-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
Describe the bug
When I clone the repository on Windows, I get 3 errors saying "symlinkTargetLength: symlink target too long"
I've tried cloning using SSH and HTTPS and get the same issue both times.
To Reproduce
On Windows:
$ git clone git@github.com:AcademySoftwareFoundation/xstudio.git
Cloning into 'xstudio'...
remote: Enumerating objects: 13569, done.
remote: Counting objects: 100% (3784/3784), done.
remote: Compressing objects: 100% (2140/2140), done.
Receiving objects: 100% (13569/13569), 77.23 MiB | 15.77 MiB/s, done.
remote: Total 13569 (delta 1997), reused 1957 (delta 1615), pack-reused 9785 (from 5)
Resolving deltas: 100% (5578/5578), done.
error: object 516980d37b8f2804ae7860fc1310f34a14a4cba0: symlinkTargetLength: symlink target too long
error: object 7253b49ece1353c40d3b2022b29feeccd305c71c: symlinkTargetLength: symlink target too long
error: object 1807bb3d8588e39c980a005c7a7cdea9778cb33f: symlinkTargetLength: symlink target too long
fatal: fsck error in pack objects
fatal: index-pack failed
Expected behavior
I would have expected this to clone the repository
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels