I know that wiki is just another .git repo and that I can clone it, but we are looking for a way to fetch it without having git installed on our server. Is it accessible as a downloadable tarball via some url?
Asked
Active
Viewed 121 times
2 Answers
2
Not that I know of.
I tried a:
wget --no-check-certificate https://github.com/User/project.wiki/tarball/master
wget --no-check-certificate https://github.com/User/project.wiki.git/tarball/master
Each time, I get a 404.
The Get Archive API doesn't seem to apply to a wiki repo.

VonC
- 1,262,500
- 529
- 4,410
- 5,250