We recently installed lfs and track ".tar.gz" extension files. The files are now available in LFS.
When we try to clone the repository, we are unable to retrieve all the files. There are 5 files tracked in LFS but only 3 files are getting downloaded and two of the large files are not downloaded.
Can you please provide a solution for downloading large files from repository. I have attached the LFS and Git clone screenshots.
Welcome to the community.
I'd suggest cloning your repository using the debug command below and see if there are any errors while downloading those missing LFS files.
GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_SSH_COMMAND="ssh -v" GIT_CURL_VERBOSE=1 git clone <your repository URL>
Let me know how it goes.
Regards,
Mark C
Hi Mark,
Thank you for the command.
We have tried the command to clone our repository and got this error "Killed". Since the logs were huge we couldn't trace back for the exact message.
Please let us know if there are any other suggestions.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Blackbuck Insights
Would it be possible for you to try to clone using a different ISP/Network connection to see if you're still getting the same result?
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.