Skip to content

git clone: error on Windows 10 machine, invalid file name #14253

@Hoernchen20

Description

@Hoernchen20

Description

I have try to clone the repository on a Windows 10 machine, but getting an error.
The filename aux.c is not allowed on windows machines.

Steps to reproduce the issue

Simple start git clone https://github.com/RIOT-OS/RIOT.git on a windows machine.

Expected results

Clone succeeded, checkout succeeded

Actual results

Cloning into 'RIOT'...
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 227425 (delta 0), reused 4 (delta 0), pack-reused 227418
Receiving objects: 100% (227425/227425), 83.37 MiB | 7.79 MiB/s, done.
Resolving deltas: 100% (148610/148610), done.
error: invalid path 'cpu/cc26x2_cc13x2/aux.c'
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 :/'

Versions

Operating system: Windows 10
Git version: 2.27.0.windows.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions