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

git clone error: Filename too long #68

Closed
roland-urban opened this issue Jun 7, 2019 · 1 comment
Closed

git clone error: Filename too long #68

roland-urban opened this issue Jun 7, 2019 · 1 comment

Comments

@roland-urban
Copy link

On "Windows 10 Pro (1809)" following error occurs during "git clone" the plattform:

$ git clone https://github.com/shopware/platform.git
Cloning into 'platform'...
remote: Enumerating objects: 367, done.
remote: Counting objects: 100% (367/367), done.
remote: Compressing objects: 100% (269/269), done.
remote: Total 217997 (delta 166), reused 283 (delta 93), pack-reused 217630
Receiving objects: 100% (217997/217997), 97.32 MiB | 3.86 MiB/s, done.
Resolving deltas: 100% (157886/157886), done.
error: unable to create file src/Administration/Resources/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-prices/sw-product-variants-configurator-prices.html.twig: Filename too long
error: unable to create file src/Administration/Resources/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-restrictions/sw-product-variants-configurator-restrictions.html.twig: Filename too long
error: unable to create file src/Administration/Resources/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-restrictions/sw-product-variants-configurator-restrictions.scss: Filename too long
error: unable to create file src/Administration/Resources/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-selection/sw-product-variants-configurator-selection.html.twig: Filename too long
error: unable to create file src/Administration/Resources/administration/src/module/sw-product/component/sw-product-variants/sw-product-variants-configurator/sw-product-variants-configurator-selection/sw-product-variants-configurator-selection.scss: Filename too long
Checking out files: 100% (5897/5897), done.
fatal: unable to checkout working tree
@bcremer
Copy link

bcremer commented Jun 7, 2019

Can you please try running the following command before

git config --system core.longpaths true

@Phil23 Phil23 closed this as completed Jun 7, 2019
@Phil23 Phil23 added the Declined label Jun 7, 2019
@mitelg mitelg removed the Declined label Jun 28, 2019
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

4 participants