Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Restructure node-binary repo to use branches for versions instead of folders #144

Description

@onggunhao

Currently, cloning the node-binary repo results in is 5.6GB total. This should not happen if we are using git-lfs

Possible issue

  • Am I using git-lfs incorrectly?
  • lfs is incorrectly tracking certain files
  • .gitattributes is incorrectly set up

Reproduction

# Install git lfs
brew install git-lfs
git lfs install --system

# Clone repo
# Note: this should be git clone, not git lfs clone (deprecated)
git lfs clone https://github.com/binance-chain/node-binary.git 

# Get size estimates
du -sh ./node-binary

Initial download is >1GB
image

Total downloaded file size is >5GB
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions