Hi there!
After cloning a repo with git-lfs, what I found is only a checkout the repository where the data are not stored. I.e. I see the data structure of the repo and the sha256 of each large file.
The problem seems to be related to the installation, as returning line 1: keyword expected; got ine after the installation:
$ brew update
Already up-to-date.
$ brew install git-lfs
==> Downloading https://homebrew.bintray.com/bottles/git-lfs-2.2.1.el_capitan.bo
Already downloaded: /Users/sebastiano/Library/Caches/Homebrew/git-lfs-2.2.1.el_capitan.bottle.tar.gz
==> Pouring git-lfs-2.2.1.el_capitan.bottle.tar.gz
==> Caveats
Update your git config to finish installation:
# Update global git config
$ git lfs install
# Update system git config
$ git lfs install --system
==> Summary
🍺 /usr/local/Cellar/git-lfs/2.2.1: 65 files, 7.9MB
$ git lfs install
line 1: keyword expected; got ine
The same string is returned after each git-lfs command:
$ git lfs something
Error: unknown command "something" for "git-lfs"
Run 'git-lfs --help' for usage.
line 1: keyword expected; got ine
Many thanks in advance for the help!
Hi there!
After cloning a repo with git-lfs, what I found is only a checkout the repository where the data are not stored. I.e. I see the data structure of the repo and the sha256 of each large file.
The problem seems to be related to the installation, as returning
line 1: keyword expected; got ineafter the installation:The same string is returned after each git-lfs command:
Many thanks in advance for the help!