You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A repository with LFS data can be cloned with the LFS data being pulled down (i.e., git clone command), but the 'Download ZIP' button' on GitHub doesn't include the large files, only the pointers. "Download zip" actually downloads the ".gitattributes" file and you can observe any LFS file type with it.
This is an issue with GitHub, and not the open source Git LFS client.
Keep in mind that Git LFS is an extension on top of Git, so it's completely expected that git tools need to be updated to take advantage of it.
I found four work-a-rounds but the first two are not as convenient as the 'Download ZIP' button BUT the 3rd and 4th are as convenient as the 'Download ZIP' button:
You also can navigate with web browser to any file Stored with Git LFS file in github, then click mouse right button on top of "view raw" link and select "Save link as" item with the popup menu, then you get the real file and not the pointer.
You also can navigate with web browser to any file Stored with Git LFS file in GitHub, then if "view raw" link is not there but "Download" button is available for the file use the "Download" button. You will have to do this for each file in the repository.
3. select the "Download or Clone button" and press the paste to clipboard button
so you can place the URL for the GitHub repository to the clipboard.
Now Open Git Bash.
Change the current working directory to the location where you want the cloned directory.
Type git clone, and then paste the URL you copied earlier.
$ git clone https://github.com/GadgetAngel/SKR-V1.4-Stepper-Driver-Jumper-Configuration-Manual.git
Press Enter to create your local clone.
Open Windows File Explorer and locate the local clone.
4. select the "Download or clone Button" and
mouse right click on the "Download Zip" when the pop up window displays
select "Save link as..." and save to you local drive.
Now the ZIP file will have the whole repository in the zip file.
The text was updated successfully, but these errors were encountered:
A repository with LFS data can be cloned with the LFS data being pulled down (i.e., git clone command), but the 'Download ZIP' button' on GitHub doesn't include the large files, only the pointers. "Download zip" actually downloads the ".gitattributes" file and you can observe any LFS file type with it.
This is an issue with GitHub, and not the open source Git LFS client.
Keep in mind that Git LFS is an extension on top of Git, so it's completely expected that git tools need to be updated to take advantage of it.
I found four work-a-rounds but the first two are not as convenient as the 'Download ZIP' button BUT the 3rd and 4th are as convenient as the 'Download ZIP' button:
The text was updated successfully, but these errors were encountered: