Skip to content

Can't Clone Repo #344

@bh2smith

Description

@bh2smith

I also noticed that the repo appears to be 3Gb -- where is the large file?

➜  other git clone [email protected]:joshstevens19/rindexer.git          
Cloning into 'rindexer'...
remote: Enumerating objects: 15385, done.
remote: Counting objects: 100% (2812/2812), done.
remote: Compressing objects: 100% (677/677), done.
remote: Total 15385 (delta 2506), reused 2145 (delta 2135), pack-reused 12573 (from 3)
Receiving objects: 100% (15385/15385), 2.97 GiB | 13.36 MiB/s, done.
Resolving deltas: 100% (9339/9339), 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 :/'

Seems like a shallow clone worked (61Mb). There must be a very large file somewhere in the history

➜  other git clone --depth 1 [email protected]:joshstevens19/rindexer.git

Cloning into 'rindexer'...
remote: Enumerating objects: 456, done.
remote: Counting objects: 100% (456/456), done.
remote: Compressing objects: 100% (382/382), done.
remote: Total 456 (delta 84), reused 253 (delta 52), pack-reused 0 (from 0)
Receiving objects: 100% (456/456), 67.00 MiB | 13.54 MiB/s, done.
Resolving deltas: 100% (84/84), done.
Updating files: 100% (385/385), done.
Filtering content: 100% (1/1), 61.16 MiB | 15.11 MiB/s, done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions