git传输大文件时候安装git lfs install报错git: ‘lfs‘ is not a git command. See ‘git --help‘.

git传输大文件时候安装git lfs install报错git: ‘lfs’ is not a git command. See ‘git --help’.

报错类似如下:

git lfs install
git: 'lfs' is not a git command. See 'git --help'.The most similar command islog

git lfs install
git: ‘lfs’ is not a git command. See ‘git --help’.

The most similar command is
log

解决办法:

yum install git-lfs
Last metadata expiration check: 0:20:34 ago on Thu 01 Feb 2024 05:13:29 AM UTC.
Dependencies resolved.
================================================================================================================================================================================================================================================================================Package                                                         Architecture                                                   Version                                                                 Repository                                                         Size
================================================================================================================================================================================================================================================================================
Installing:git-lfs                                                         x86_64                                                         2.11.0-2.el8                                                            appstream                                                         4.4 MTransaction Summary
================================================================================================================================================================================================================================================================================
Install  1 PackageTotal download size: 4.4 M
Installed size: 16 M
Is this ok [y/N]: y
Downloading Packages:
git-lfs-2.11.0-2.el8.x86_64.rpm                                                                                                                                                                                                                 198 kB/s | 4.4 MB     00:22
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                                                                           198 kB/s | 4.4 MB     00:22
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transactionPreparing        :                                                                                                                                                                                                                                                        1/1Installing       : git-lfs-2.11.0-2.el8.x86_64                                                                                                                                                                                                                            1/1
warning: Unable to get systemd shutdown inhibition lock: Unit systemd-logind.service is masked.Running scriptlet: git-lfs-2.11.0-2.el8.x86_64                                                                                                                                                                                                                            1/1
Git LFS initialized.Verifying        : git-lfs-2.11.0-2.el8.x86_64                                                                                                                                                                                                                            1/1Installed:git-lfs-2.11.0-2.el8.x86_64Complete!
git-lfs install
git lfs install