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

error while running berksfile #73

Open
JingGe opened this issue Jul 26, 2015 · 1 comment
Open

error while running berksfile #73

JingGe opened this issue Jul 26, 2015 · 1 comment

Comments

@JingGe
Copy link

JingGe commented Jul 26, 2015

Hello,

first of all, many thanks for the great work you did. I just got one error when I try to vagrant up the standalone server under windows 8:

error: unable to create file files/default/vendor/gems/docker-api-1.22.0/spec/vc
r/Docker_Image/_build_from_dir/with_a_valid_Dockerfile/with_a_block_capturing_bu
ild_output/uses_a_cached_version_the_second_time/calls_the_block_and_passes_buil
d_output.yml (Filename too long)
fatal: Could not reset index file to revision '61ebc82d8a0c40d527b78ca8b3e113775
bb254be'.

Do we have any change to solve this problem under windows?

Best Regards
Jing

@ducquoc
Copy link

ducquoc commented Jun 22, 2016

I solved a similar issue of Git by configuring core.longpaths to true :

git config --system core.longpaths true

After that the reset commands (of Git) works as expected.

Hope this helps,

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

2 participants