[go: up one dir, main page]

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

Actual problem: Filename too long #13658

Open
PatoFlamejanteTV opened this issue Nov 7, 2024 · 0 comments
Open

Actual problem: Filename too long #13658

PatoFlamejanteTV opened this issue Nov 7, 2024 · 0 comments

Comments

@PatoFlamejanteTV
Copy link

Describe the bug
A clear and concise description of what the bug is.

I cant git clone because some filenames are too long for Windows.

PS C:\Users\mcmco\OneDrive\Área de Trabalho\bostas\github> git clone https://github.com/twitter/the-algorithm.git
Cloning into 'the-algorithm'...
remote: Enumerating objects: 9142, done.
remote: Compressing objects: 100% (778/778), done.
remote: Total 9142 (delta 495), reused 465 (delta 465), pack-reused 7899 (from 1)
Receiving objects: 100% (9142/9142), 7.45 MiB | 10.27 MiB/s, done.
Resolving deltas: 100% (3041/3041), done.
error: unable to create file product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/decorator/urt/builder/item/relevance_prompt/RelevancePromptCandidateUrtItemStringCenterBuilder.scala: Filename too long
error: unable to create file product-mixer/component-library/src/main/scala/com/twitter/product_mixer/componenor.scala: Filename too long
error: unable to create file product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/feature_hydrator/candidate/tweet_visibility_reason/TweetVisibilityReasonBulkCandidateFeatureHydrator.scala: Filename too long
error: unable to create file product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/feature_hydrator/query/param_gated/featurestorev1/AsyncParamGatedFeatureStoreV1QueryFeatureHydrator.scala: Filename too long
error: unable to create file product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/feature_hydrator/query/param_gated/featurestorev1/ParamGatedFeatureStoreV1QueryFeatureHydrator.scalaerror: unable to create file product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/pipeline/candidate/flexible_injection_pipeline/FlipPromptDependentCandidatePipelineConfigBuilder.scala: Filename too long
Updating files: 100% (6906/6906), done.
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 :/'

To Reproduce
Steps to reproduce the behavior:

  • git clone https://github.com/twitter/the-algorithm.git

Expected behavior
A clear and concise description of what you expected to happen.

It clone

Screenshots
If applicable, add screenshots to help explain your problem.

image

Environment
For web, specify your OS and browser version. For mobile, specify device, OS
and version. For libraries, what version of build tools are you using?

Windows PowerShell

Additional context
Add any other context about the problem here.

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

1 participant