Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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