shelfio / chrome-aws-lambda-layer

58 MB Google Chrome to fit inside AWS Lambda Layer compressed with Brotli
MIT License
641 stars 45 forks source link

LFS? #5

Closed pavelloz closed 4 years ago

pavelloz commented 4 years ago

This is what im getting when trying to clone the repo:

layers|master⚡ ⇒ git clone --depth=1 git@github.com:shelfio/chrome-aws-lambda-layer.git
Cloning into 'chrome-aws-lambda-layer'...
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 12 (delta 0), reused 8 (delta 0), pack-reused 0
Receiving objects: 100% (12/12), 38.72 MiB | 13.15 MiB/s, 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 :/'

Have you encountered something similar? I didnt expect ~36 MB file to be under LFS but who knows what github is doing underneath.

It is a problem because i cant get my hands on the zip file in repo, this is all git gives me:

total 24
drwxr-xr-x   7 pavel  staff   224B Oct 19 18:09 .
drwxr-xr-x   6 pavel  staff   192B Oct 19 18:09 ..
drwxr-xr-x   3 pavel  staff    96B Oct 19 18:09 .circleci
-rw-r--r--   1 pavel  staff   147B Oct 19 18:09 .editorconfig
drwxr-xr-x  12 pavel  staff   384B Oct 19 18:12 .git
-rw-r--r--   1 pavel  staff    71B Oct 19 18:09 .gitattributes
-rw-r--r--   1 pavel  staff    74B Oct 19 18:09 .gitignore
vladholubiev commented 4 years ago

Hey @pavelloz, this repo doesn't use LFS, so that's strange.

I can suggest you try updating your git, or cloning the repo as a zip

pavelloz commented 4 years ago

Looks like there is nothing to upgrade to anymore ;)

projects|⇒ git --version
git version 2.23.0

Anyway, it looks like this repo is using git lfs based on this SO thread.

GitHub magic most likely.