Skip to content

civetweb triggers an error on Windows with Git 2.24 #21426

Closed
@carlescufi

Description

@carlescufi

Describe the bug
Using west and Git on Windows worked fine up until Git 2.23 (included).
When running west update using Git 2.24 on Windows, you get:

fatal: filename in tree entry contains backslash: '\'
error: https://github.com/zephyrproject-rtos/civetweb did not send all necessary objects

To Reproduce

On Windows, and with Git 2.24:

west init zephyr
cd zephyr
west update

Additional Context

Workarounds

  • Disable core.protectNTFS: git config --global core.protectNTFS false

  • Update to Git 2.25

Environment (please complete the following information):

  • OS: Windows
  • Git for Windows 2.24
  • Commit: civetweb 99129c5efc907ea613c4b73ccff07581feb58a7a

Metadata

Metadata

Labels

area: Modulesarea: WestWest utilitybugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions