szabgab / CPAN-Digger

CPAN Digger to analyze CPAN modules and other Perl-based applications
https://cpan-digger.perlmaven.com/
7 stars 3 forks source link

Handle the case when the git clone asks for username #2

Closed szabgab closed 1 year ago

szabgab commented 4 years ago

I think this happens when linked to a private repository or maybe also if the link is incorrect. In any case the git client asks for Username and then I think it would wait indefinitely.

szabgab commented 4 years ago

This was partially handled by checking if the URL returns "200 OK" before trying to clone the repository.

szabgab commented 1 year ago

This does not seem to be a problem any more.