List of 100 repo's stuck at the end
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?

Its been like this for about 20mins
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, 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?
Hi everyone, i just updated the repo with a timeout feature, this will fix your problem
Let me know @sbani