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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Please use github releases instead of placing binary assets in the git repo #209

Closed
falkTX opened this issue Jul 28, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@falkTX
Copy link

falkTX commented Jul 28, 2021

Well this is basically the same request as in jatinchowdhury18/KlonCentaur#35
This repo needs the same treatment

Receiving objects: 10% (882/8105), 184.17 MiB | 2.79 MiB/s

180Mb is only 10% 馃槺

this is going to take a long time....

EDIT: Final results:

Receiving objects: 100% (8105/8105), 599.00 MiB | 2.83 MiB/s, done.

It is just shy of 600Mb

@falkTX falkTX added the bug Something isn't working label Jul 28, 2021
@jatinchowdhury18
Copy link
Owner

Ah, thanks for reminding me! Apologies, I haven't gotten around to fixing this for all my repos yet. Anyway, I just went through the cleanup process now, and the repo should be significantly smaller now.

Before cleanup:

$ git count-objects -vH
count: 0
size: 0 bytes
in-pack: 8105
packs: 1
size-pack: 599.22 MiB
prune-packable: 0
garbage: 0
size-garbage: 0 bytes

After cleanup:

% git count-objects -vH
count: 0
size: 0 bytes
in-pack: 7348
packs: 1
size-pack: 116.83 MiB
prune-packable: 0
garbage: 0
size-garbage: 0 bytes

@falkTX
Copy link
Author

falkTX commented Jul 30, 2021

Yes a lot better now, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants