cent icon indicating copy to clipboard operation
cent copied to clipboard

List of 100 repo's stuck at the end

Open Remourz opened this issue 3 years ago • 2 comments

Hello i'm running the command cent -p cent-nuclei-templates -k

But its like stuck at the last one, or does it just take time to finalize?

Remourz avatar Aug 04 '22 20:08 Remourz

image

Its been like this for about 20mins

Remourz avatar Aug 04 '22 20:08 Remourz

Hi, probably the problem is related to git clone timeout

some time ago i fixed this problem here https://github.com/xm1k3/cent/commit/d7f356ac2d52205e4810fd0576fb0d36fb80559b

i will spend some time to test and after i will publish the fix on prod.

Check also the repos on the cent config file, maybe some repos are no longer available.

xm1k3 avatar Aug 05 '22 13:08 xm1k3

@xm1k3, I'm asking myself if the current Git approach is the most suitable.

Git has a lot of overhead, a repo might be gb of data, while the files are only some kb (because you download the history too). Downloading the zip from master branch through Github should be much faster.

What do you think?

sbani avatar Aug 26 '22 09:08 sbani

Hi everyone, i just updated the repo with a timeout feature, this will fix your problem

Let me know @sbani

xm1k3 avatar Sep 08 '22 21:09 xm1k3