web-dev-qa-db-fra.com

git lfs n'est pas une commande Mac OS

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

Je suis confronté à ce problème sur Mac OS. La commande IIT LFS fonctionne bien sur le terminal. Mais quand j'exécute cette commande à partir d'un script, il tente de trouver la commande LFS dans le git. C'est ce que je comprends jusqu'à présent.

S'il vous plaît aidez-moi à résoudre ce problème.

8
Noman Maqsood
  • Utiliser homebrew, courir
brew install git-lfs
  • Utiliser MacPorts, courez
port install git-lfs

Vérifiez que l'installation a réussi:

$ git lfs install
> Git LFS initialized.

Pour plus de détails, reportez-vous à cette doc: https://help.github.com/fr/github/Maning-large-files/installing-git-large-file-Storage

1
Max Peng