Dave-ee Jones Posted March 31, 2017 Share Posted March 31, 2017 Hey, I am trying to download a folder (not a .zip) from a GitHub repository and save it the contents to a local folder from inside PHP/JavaScript. The contents are other folders and text files. I know how to download specific files or zips from GitHub but downloading a folder that has other folders in it...Would be easier to just download the .zip of it but unfortunately it is a folder, not a .zip. Any possible way anyone can think of to achieve this? Would be great :) Quote Link to comment Share on other sites More sharing options...
JBNZ Posted April 3, 2017 Share Posted April 3, 2017 How comfortable are you with git and subversion? There are steps here on how to do this. Alternatively, if you're okay with the content being routed via a third party, check out http://kinolien.github.io/gitzip/ and https://minhaskamal.github.io/DownGit/#/home which are referenced in that answer. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.