-
Notifications
You must be signed in to change notification settings - Fork 320
Description
When I try to make git clone of this repo on Windows 10 I got the following error.
error: unable to create file cloudfoundry-client-reactor/src/test/resources/fixtures/client/v3/droplets/POST_?source_guid={id}request.json: Invalid argument
error: unable to create file cloudfoundry-client-reactor/src/test/resources/fixtures/client/v3/droplets/POST?source_guid={id}response.json: Invalid argument
error: unable to create file cloudfoundry-client-reactor/src/test/resources/fixtures/client/v3/packages/POST?source_guid={id}request.json: Invalid argument
error: unable to create file cloudfoundry-client-reactor/src/test/resources/fixtures/client/v3/packages/POST?source_guid={id}_response.json: Invalid argument
Checking out files: 100% (2788/2788), 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 the checkout with 'git checkout -f HEAD'
Is there any solution for this issue on Windows or do you think to rename these file names to be compatible with Windows?