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

Forking and cloning the project is giving a git issue #230

Open
hearsid opened this issue Nov 28, 2019 · 1 comment
Open

Forking and cloning the project is giving a git issue #230

hearsid opened this issue Nov 28, 2019 · 1 comment

Comments

@hearsid
Copy link

hearsid commented Nov 28, 2019

When I'm trying to clone the project or a forked repo of the project it is giving the below error, after trying to find a reason of what can be the issue I landed up on this link saying the project git setup may not be stable, please advice.

 Siddharths-MacBook-Pro:github siddharthsharma$ git clone [email protected]:hearsid/HackMyResume.git
Cloning into 'HackMyResume'...
remote: Enumerating objects: 5468, done.
remote: Total 5468 (delta 0), reused 0 (delta 0), pack-reused 5468
Receiving objects: 100% (5468/5468), 3.17 MiB | 338.00 KiB/s, done.
Resolving deltas: 100% (3758/3758), done.
git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/
@serginator
Copy link

It says what's the problem: git-lfs filter-process: git-lfs: command not found
So you need to install it, if you are using homebrew then just launch brew install git-lfs
Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants