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

Issue on getting repository #386

Open
EnricoBeltramo opened this issue Jul 16, 2021 · 5 comments
Open

Issue on getting repository #386

EnricoBeltramo opened this issue Jul 16, 2021 · 5 comments

Comments

@EnricoBeltramo
Copy link

When I try to get the repository I have follow error:

git clone https://github.com/wix/pro-gallery.git
Cloning into 'pro-gallery'...
remote: Enumerating objects: 41415, done.
remote: Counting objects: 100% (5459/5459), done.
remote: Compressing objects: 100% (1889/1889), done.
Receiving objects: 100% (41415/41415), 199.52 MiB | 13.32 MiB/s, done.d 35956 eceiving objects: 100% (41415/41415), 195.55 MiB | 9.30 MiB/s

Resolving deltas: 100% (28810/28810), done.
error: unable to create file packages/gallery/tests/e2e/styleParams/image_snapshots/gallery-size-type-e-2-e-spec-js-gallery-size-type-e-2-e-when-gallery-size-type-set-to-pixels-the-width-of-each-item-or-group-should-be-approximately-the-value-given-to-gallery-size-px-1-snap.png: Filename too long
error: unable to create file packages/gallery/tests/e2e/styleParams/image_snapshots/gallery-size-type-e-2-e-spec-js-gallery-size-type-e-2-e-when-gallery-size-type-set-to-ratio-the-width-of-each-item-or-group-should-be-approximately-the-value-given-to-gallery-size-ratio-in-percentage-from-the-gallery-total-width-1-snap.png: Filename too long
error: unable to create file packages/gallery/tests/e2e/styleParams/image_snapshots/hovering-behaviour-e-2-e-spec-js-hovering-behaviour-e-2-e-should-make-hover-state-disapear-on-hover-reverse-hover-when-hovering-behaviour-is-disappears-1-snap.png: Filename too long
error: unable to create file packages/gallery/tests/e2e/styleParams/image_snapshots/image-info-type-e-2-e-spec-js-image-info-type-e-2-e-should-attach-texts-and-image-and-apply-styles-to-both-as-one-container-image-info-type-attached-background-1-snap.png: Filename too long
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 :/'

@yhattav
Copy link
Collaborator

yhattav commented Jan 5, 2023

Hey,
Do you still experience this in the latest version (^5)?

@Brodericksteven
Copy link

It seems like you're encountering an error while trying to clone the repository. The error message indicates that the filenames you're trying to create are too long. This can be a limitation imposed by the file system you're using.

To resolve this issue, you can try the following steps click here:
Instead of cloning directly into the default directory, specify a shorter path for the destination folder.
If possible, use a file system with longer filename support, such as NTFS on Windows or APFS on macOS.
Consider renaming or shortening the filenames of the problematic files in the repository to avoid exceeding the maximum length limit.
If the issue persists, you can inspect the current status of your Git repository using 'git status' and try restoring the repository to a previous state using 'git restore --source=HEAD :/'.

@IzaiahKaysen
Copy link

IzaiahKaysen commented Sep 7, 2023

Are you using Git, SVN, blacktiedetailing, Mercurial, or another version control system?

@EverettBennett
Copy link

EverettBennett commented Feb 24, 2024

I'm facing such instaflow apk download issue for couple of days and need someone assistance on it!

@zesismark43
Copy link

zesismark43 commented Jun 3, 2024

The cost of living in Portugal is generally lower than in many other Western European countries and the USA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@yhattav @EnricoBeltramo @Brodericksteven @EverettBennett @IzaiahKaysen @zesismark43 and others