Skip to content

Instantly share code, notes, and snippets.

@indefinit
Created April 17, 2018 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indefinit/9fe95c6cc0489d7fe94e80a0ba813274 to your computer and use it in GitHub Desktop.
Save indefinit/9fe95c6cc0489d7fe94e80a0ba813274 to your computer and use it in GitHub Desktop.
getting git lfs to work on raspberry pi
wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.9.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin # put into ~/.profile
source ~/.profile #permanently add PATH to profile
go get github.com/github/git-lfs
cp gocode/bin/git-lfs /usr/bin #might have to run this command as sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment