Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upGit LFS install fails on Google Colab even after successful installation using package cloud installer script. #3605
Comments
This comment has been minimized.
This comment has been minimized.
|
Hey, thanks for writing in. The script doesn't actually install the packages; it only sets up the repositories. So after that point you'll want to do a No reboot is required; you should be fine to simply install the package and continue. |
bk2204
closed this
Apr 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SachitNayak commentedApr 12, 2019
Hi,
I was trying to use git lfs on google Colaboratory.
I successfully installed the package using:
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bashHowever when I try to initialise with
git lfs installit fails with the following output:git: 'lfs' is not a git command. See 'git --help'.The most similar command is log
Is this because a reboot is required after running the script.deb.sh ? or is it something else.
I'm not sure. It would really be nice to have git lfs working on google colab.
Thank You.