Skip to content

Windows users cannot clone repo due to invalid folder name containing ? #12

@FroreVale

Description

@FroreVale

Hi,

I’m unable to clone or extract this repository on Windows due to an invalid folder name.

The issue appears to be caused by the following directory:

  1. Static pages/09. Why React? It is Composable!/

Windows does not allow the '?' character in file or folder names, which causes:

  • git clone to fail during checkout
  • ZIP download extraction to fail as well

Error message from Git:

error: invalid path '01. Static pages/09. Why React? It is Composable!/index.css'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.

This makes the repository unusable on Windows systems.

It would help Windows users if the folder name were updated to remove the '?' character (for example, replacing it with a dash or removing it entirely).

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions