Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
gh-repo-clone can't find Github project wikis #2477
Comments
@colematt Thank you for pointing this out! I agree that To someone who would want to work on this: the way to approach this would be to detect and strip the |
Hi @mislav, I'd like to work on this issue. |
Describe the feature or problem you’d like to solve
gh-repo-clone will clone repos, but not the wiki repo associated with it. For example, if this repo had a wiki, then
gh repo clone cli/cli
works, andgit clone https://github.com/cli/cli.wiki.git
works, butgh repo clone cli/cli.wiki
will give the errorGraphQL error: Could not resolve to a Repository with the name 'cli/cli.wiki'.
Proposed solution
Add the ability for Github CLI and/or GraphQL to find the wiki repositories.
Additional context
Add any other context like screenshots or mockups are helpful, if applicable.