Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

git gc error in newly cloned repo

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
MagicPoulp
Posts: 431
Joined: 2018-11-05 21:30

git gc error in newly cloned repo

#1 Post by MagicPoulp »

Please help me fix my git repo that is quite large.

git clone url/repo1
cd repo1
git gc

Code: Select all

fatal: fsync error on '.git/objects/pack/tmp_pack_5MQDeb': Interrupted system call
fatal: failed to run repack
---------------

git repack -a -d --window-memory 10m --max-pack-size 100m

here is the non translated result (not in English, but same error).

Code: Select all

Räknar upp objekt: 95447, klart.
Räknar objekt: 100% (95447/95447), klart.
Deltakomprimering använder upp till 12 trådar
Komprimerar objekt: 100% (18550/18550), klart.
fatal: fsync error on '.git/objects/pack/tmp_pack_AvjHX2': Avbrutet systemanrop

Post Reply