Generate download link for a single folder in GitHub
Go to DownGit > enter the URL > simply download!
Your desired download link for https://github.com/KyleMit/CodingEverything/tree/master/MVCBootstrapNavbar/Source%20Code
- DOWNLOAD [this link is no more valid as the repo folder moved]
Detailed usage HERE.
Disclaimer: I fell into the same problem as the question-asker, could not find any proper solution, so I created this tool for my own use, and later made it available for everyone.
no, not through a direct link.
"Loading" a folder from a git repo only means sparse checkout (partial clone).
Any other solution would indeed mean building an artifact and upload it.
Update August 2016 (2 years later): you can have a look at this answer and the DownGit project, by Minhas Kamal.