05-01-2019, 10:08 PM
(05-01-2019, 10:00 PM)ChoChoCup Wrote:(05-01-2019, 09:58 PM)Worldblender Wrote:(05-01-2019, 09:54 PM)ChoChoCup Wrote: alright,so after i finish cloning i just enter the command you told me and it downloads?
That command does the cloning. If it did not download the LFS objects, use one of the following commands (remember to change the working directory if necessary!):
Code:* git lfs checkout
* git lfs fetch
* git lfs clone
will cloning the file download it to my computer? or one of the commands.
Another command "git lfs pull" can also work. Normally when Git LFS is installed, the objects are automatically downloaded. Alternatively, you can change the line that clones the repository to have "git lfs clone".