Skip to content

Instantly share code, notes, and snippets.

View bauergeorg's full-sized avatar

Georg Bauer bauergeorg

View GitHub Profile
@bauergeorg
bauergeorg / downloadGitLfsFiles.md
Created April 7, 2022 15:03 — forked from fkraeutli/downloadGitLfsFiles.md
How to download GIT LFS files

How to retrieve GIT LFS files from GitHub

Retrieving non-LFS files

Through the GitHub API it is possible to retrieve individual files from a Git repository via, e.g. curl. To do so, first retrieve the content information for the relevant file (or folder):

curl https://api.github.com/repos/{organisation}/{repository}/contents/{file or folder path}

For private repositories, authenticate using your username and a personal access token