1

Is it possible to clone the images uploaded to GitHub wiki?

It is possible to clone a GitHub wiki as its own repo. e.g. (e.g.https://stackoverflow.com/questions/15080848/how-do-i-clone-a-github-wiki)

But that repo contains only the markdown files, not the images uploaded to the wiki. The images are stored elsewhere, e.g. reachable via https://user-images.githubusercontent

Is there a way to clone that repo which contains the images?

Here's an example repo with a basic wiki page which contains an image https://github.com/protobi/wiki-test/wiki

E.g. The image is not stored in the wiki repo, it's stored elsewhere at https://private-user-images.githubusercontent.com/10464727/349218010-d7a321c2-1749-4d9d-9131-585935f4974c.png

(My use case is to make sure that all documentation we created is backed up outside of GitHub and to use GitHub wiki as a basic content management system)

1
  • 1
    Does Ryan Qs answer here have what you need? On cursory review it seems to. Looks like there is a parallel repo. provisioned for each Wiki. Commented Jul 22, 2024 at 20:52

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.