Skip to content

Issue cloning wiki due to illegal file names #9

Description

@boredphoton

Currently, the pages on the wiki are named in the style [0-9]: \p+. I am not sure what's wrong with my Windows Git client (2.5.0.windows.1), but when I git clone https://github.com/byteandahalf/MCPE-NativeMods.wiki.git:

$ git clone https://github.com/byteandahalf/MCPE-NativeMods.wiki.git
Cloning into 'MCPE-NativeMods.wiki'...
remote: Counting objects: 386, done.
Receiving objects:  50[Kcttal 386 (delta 0), reused s: 0 (delta 0), pack-reused 3869% (190/386)
Receiving objects: 100% (386/386), 51.74 KiB | 0 bytes/s, done.
Resolving deltas: 100% (218/218), done.
Checking connectivity... done.
error: unable to create file 0:-Home.md (No such file or directory)
error: unable to create file 1:-What-is-a-native-mod?.md (No such file or directory)
error: unable to create file 2:-What-can-and-cannot-be-modified.md (No such file or directory)
error: unable to create file 3:-Prerequisites.md (No such file or directory)
error: unable to create file 4:-Setting-up-IDA.md (No such file or directory)
error: unable to create file 5:-The-ARM-processor.md (No such file or directory)
error: unable to create file 6:-How-does-a-mod-work?.md (No such file or directory)
error: unable to create file 7:-Using-IDA-to-find-functions.md (No such file or directory)
error: unable to create file 8:-Understanding-the-IDA-disassembly-window.md (No such file or directory)
error: unable to create file 9:-Making-our-first-mod.md (No such file or directory)
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

This is probably related to : and ? etc. being illegal characters. Perhaps this should be reported as a GitHub issue instead, but in the meantime, it is worthy to modify the page names.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions