Unable to clone Discourse's repo on windows

When I attempt to clone Discourse’s repo on Windows, I encounter the following error:

The error message indicates an invalid path: flags-index.hbs ./config.

I found this file on GitHub:

The filename contains a space and a dot, which does not seem to be a valid filename.

I suspect the correct filename should be flags-index.hbs.

PR to fix this issue:

2 Likes

There is also

1 Like

For reference, this has been introduced here:

3 Likes

it looks like that flags-index.hbs ./config should be removed.

and its correct name is config-flags-index.hbs :joy:

2 Likes

Thanks for fixing this with FIX: invalid path (#27611) · discourse/discourse@4e42dc8 · GitHub , sorry about that! Closing this topic off now :slight_smile:

2 Likes

This topic was automatically closed after 3 days. New replies are no longer allowed.