I am working on Jetson nano platform ARMv8 Processor rev 1 (v8l) × 4
.
I downloaded and extracted the binary from https://git-lfs.github.com/
git-lfs-linux-amd64-v2.11.0.tar.gz
Trying to install from the install.sh script provided in the download package on Debian/sid:
sudo bash -x install.sh
I get the following and the error:
+ set -eu
+ prefix=/usr/local
+ '[' '' '!=' '' ']'
+ '[' '' '!=' '' ']'
+ mkdir -p /usr/local/bin
+ rm -rf /usr/local/bin/git-lfs
++ dirname install.sh
+ pushd .
+ for g in git*
+ install git-lfs /usr/local/bin/git-lfs
+ popd
+ PATH+=:/usr/local/bin
+ git lfs install
/usr/local/bin/git-lfs: 1: /usr/local/bin/git-lfs: Syntax error: end of file unexpected (expecting ")")
The git versiongit version 2.17.1
$ git lfs help
/usr/local/bin/git-lfs: 1: /usr/local/bin/git-lfs: Syntax error: end of file unexpected (expecting ")")