Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datasets_download try/catching the git-lfs prune for versions that do not support -f #2375

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 28, 2024

  1. try/catching the git-lfs prune for versions that do not support -f

    Some common git-lfs versions (e.g., 2.9.2 which Ubuntu 20.04 runs) do not support the -f flag on `git lfs prune`. This change wraps the `git lfs prune -f --recent` call in a try/catch for compatibility.
    jackkolb committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e3ad87e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8760f3f View commit details
    Browse the repository at this point in the history
  3. Fixed for eslint

    jackkolb committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c729e72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    875ee0b View commit details
    Browse the repository at this point in the history