Skip to main content
This page lists what repository mirrors do not support yet, with workarounds where they exist.

Git LFS

Mirrors do not currently support Git LFS. Cloning a mirror of a repository that uses LFS fails during checkout, because Git LFS tries to download the large files through the entire:// remote:

Workaround

Point Git LFS at GitHub so that all large file transfers go through GitHub, while regular Git operations keep using the mirror. For a fresh clone, skip LFS downloads during checkout, set the LFS URL, then pull the LFS files:
For an existing checkout, set the LFS URL and pull:

Continue With

Mirrors

Learn how mirrors make GitHub repositories available in Entire.

Troubleshooting

Fix mirror setup, access, clone, fetch, and push issues.