Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when attempting to clone the wiki in GitHub Desktop for Windows #107

Open
KVonGit opened this issue Nov 23, 2024 · 8 comments
Open

Comments

@KVonGit
Copy link
Contributor

KVonGit commented Nov 23, 2024

image

@KVonGit
Copy link
Contributor Author

KVonGit commented Nov 23, 2024

It works using git in WSL, though.

kv@DESKTOP-FOOBAR2:/mnt/c/Users/kv/Documents/GitHub/QuestJS.wiki$ git clone https://github.com/ThePix/QuestJS.wiki.git
Cloning into 'QuestJS.wiki'...
remote: Enumerating objects: 7703, done.
remote: Total 7703 (delta 0), reused 0 (delta 0), pack-reused 7703 (from 1)
Receiving objects: 100% (7703/7703), 1.70 MiB | 1.81 MiB/s, done.
Resolving deltas: 100% (4863/4863), done.

So, I'd bet it's a filename issue with Windows.

@KVonGit
Copy link
Contributor Author

KVonGit commented Nov 23, 2024

Can't have : in a Windows filename. That looks like the issue.

image


image

@KVonGit
Copy link
Contributor Author

KVonGit commented Nov 23, 2024

I have renamed all the files and attached a ZIP of the entire wiki.

QuestJS.wiki.zip

@FloridaChristopher
Copy link
Contributor

have you submitted a pull request for this?

@KVonGit
Copy link
Contributor Author

KVonGit commented Nov 26, 2024

Can we do that? Create a PR for the wiki?

I never even considered that, haha, but I sent a message to ThePix.

I just noticed I missed a file, too. Windows can't rename it without using WSL, even after it's downloaded in the zip. I'll fix that and upload it.

@TextMisadventures
Copy link

QuestJS.wiki.windows-safe-names.zip


Rereading this:

Can we do that? Create a PR for the wiki?

I never even considered that, haha, but I sent a message to ThePix.

I see how it could be taken like I was being sarcastic, but I wasn't. :) I really didn't even think about it.

@ThePix
Copy link
Owner

ThePix commented Dec 6, 2024

I have gone through the Wiki and changed the filenames, and hopefully the links too. Could people check it now works when you download and also report any links that do not work.

@KVonGit
Copy link
Contributor Author

KVonGit commented Dec 6, 2024

? is an issue when I try now.


Just found this:

https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages#about-wiki-filenames

Don't use the following characters in your wiki page's titles: \ / : * ? " < > |. Users on certain operating systems won't be able to work with filenames containing these characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants