Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-lfs instructions don't work on my OS #11

Closed
alexellis opened this issue Apr 6, 2020 · 6 comments · Fixed by #15
Closed

git-lfs instructions don't work on my OS #11

alexellis opened this issue Apr 6, 2020 · 6 comments · Fixed by #15
Assignees
Labels
kind/documentation Categorizes issue or PR as related to documentation.

Comments

@alexellis
Copy link

alexellis commented Apr 6, 2020

The git-lfs instructions don't work on my OS:

Screenshot 2020-04-06 at 10 48 53

Are there further instructions and/or testing required? Is there an assumed base-OS which isn't being communicated in the README?

Tested the instructions on Ubuntu 18.04 and Arch Linux with the same error:

[alex@nuc boots]$ uname -a
Linux nuc 5.5.13-arch2-1 #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000 x86_64 GNU/Linux
[alex@nuc boots]$ git lfs install
git: 'lfs' is not a git command. See 'git --help'.

The most similar command is
	log
[alex@nuc boots]$ git lfs pull
git: 'lfs' is not a git command. See 'git --help'.

The most similar command is
	log
[alex@nuc boots]$ git version
git version 2.26.0
[alex@nuc boots]$ 
@vielmetti vielmetti added the kind/documentation Categorizes issue or PR as related to documentation. label Apr 6, 2020
@vielmetti
Copy link

For reference I was able to handle this with an apt-get install git-lfs before proceeding with the rest of the instructions.

There is a wiki here https://github.com/git-lfs/git-lfs/wiki/Installation with details, including some gory details for build from scratch.

@alexellis
Copy link
Author

Seems I've created two issues somehow.

See also: #12

@gauravgahlot
Copy link
Contributor

Closing this issue, as it has been already addressed in issue #12.

@gauravgahlot gauravgahlot added the triage/duplicate Indicates an issue is a duplicate of other open issue. label Apr 6, 2020
@alexellis
Copy link
Author

@gauravgahlot whilst the link is better, the instructions are still a little on the ambiguous side.

May I suggest changing to:

# Install "git-lfs" package for your OS, i.e.:  apt-get install git-lf
# Then run these two commands:

git lfs install
git pull install

@alexellis
Copy link
Author

@gauravgahlot my bad, this wasn't a duplicate, it was separate to clarify the instructions. The other was to fix the link to be more helpful for Linux users.

@parauliya
Copy link
Contributor

@alexellis Actually git-lfs won't be even required for the setup and we will be removing this from document as well once our testing will be completed.

@gauravgahlot gauravgahlot reopened this Apr 6, 2020
@gauravgahlot gauravgahlot removed the triage/duplicate Indicates an issue is a duplicate of other open issue. label Apr 6, 2020
@gauravgahlot gauravgahlot linked a pull request Apr 6, 2020 that will close this issue
@mmlb mmlb closed this as completed in #15 Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants