Raku / App-Rakubrew

Raku environment manager
https://rakubrew.org/
Other
26 stars 13 forks source link

Rakubrew is timing out when fetching available Raku versions from Github #55

Closed samebchase closed 2 years ago

samebchase commented 2 years ago

I'm unable to list the available Raku versions.

❯ rakubrew available
Available Rakudo versions:
fatal: unable to connect to github.com:
github.com[0: 13.234.176.102]: errno=Operation timed out

   master

Available backends:
  jvm
* moar
  moar-blead
❯ rakubrew rakubrew-version
rakubrew v22 Build type: macos OS: darwin
❯ rakubrew mode
env
❯ rakubrew home
/Users/samuel/.rakubrew
❯ which perl
/Users/samuel/perl5/perlbrew/perls/perl-5.37.0/bin/perl

❯ which rakubrew
/Users/samuel/perl5/perlbrew/perls/perl-5.37.0/bin/rakubrew

Rakubrew was installed using CPANM.

samebchase commented 2 years ago

For some strange reason it is working again. Will try and figure out the exact situation where it does not work. Closing for now.