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

git: 'lfs' is not a git command #1

Open
text2cinemagraph opened this issue Jul 6, 2023 · 1 comment
Open

git: 'lfs' is not a git command #1

text2cinemagraph opened this issue Jul 6, 2023 · 1 comment

Comments

@text2cinemagraph
Copy link
Owner

text2cinemagraph commented Jul 6, 2023

Use sudo apt-get install git-lfs to install git-lfs, in case sudo is not allowed, use the following commands,

wget https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-linux-amd64-v3.2.0.tar.gz
tar -xzf git-lfs-linux-amd64-v3.2.0.tar.gz
PATH=$PATH:/<absolute-path>/git-lfs-3.2.0/
git lfs install
git lfs version```
@inventsekar
Copy link

a small type at the tar command (v instead of z)
tar -xvf git-lfs-linux-amd64-v3.2.0.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants