darlinghq / darling-docs

Darling Docs
http://docs.darlinghq.org
41 stars 23 forks source link

git: 'lfs' is not a git command. #38

Closed superbonaci closed 2 years ago

superbonaci commented 2 years ago

Following docs: https://docs.darlinghq.org/build-instructions.html

This command fails:

$ git lfs install
git: 'lfs' is not a git command. See 'git --help'.

The most similar command is
    log
LubosD commented 2 years ago

Well, in that case, add git lfs to your system. I'm sure it has a package for it.

superbonaci commented 2 years ago

Yes worked

$ sudo apt install git-lfs
[sudo] password for user: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  git-lfs
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 3.188 kB of archives.
After this operation, 11,2 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu impish/universe amd64 git-lfs amd64 2.13.2-1 [3.188 kB]
Fetched 3.188 kB in 3s (1.138 kB/s)  
Selecting previously unselected package git-lfs.
(Reading database ... 346839 files and directories currently installed.)
Preparing to unpack .../git-lfs_2.13.2-1_amd64.deb ...
Unpacking git-lfs (2.13.2-1) ...
Setting up git-lfs (2.13.2-1) ...
Processing triggers for man-db (2.9.4-2) ...