quarkusio / jbang-catalog

Collection of JBang scripts related to Quarkus and its subprojects
7 stars 16 forks source link

quarkus-cli install error: Unknown catalog 'quarkusio' #17

Closed luminecs closed 1 year ago

luminecs commented 3 years ago

I am installing the Quarkus CLI following this guide, but there is problem Unknown catalog 'quarkusio'

Windows PowerShell 版权所有 (C) Microsoft Corporation。保留所有权利。

尝试新的跨平台 PowerShell https://aka.ms/pscore6

PS C:\Users\Administrator> jbang app install --fresh --force quarkus@quarkusio [jbang] [ERROR] Unknown catalog 'quarkusio' [jbang] Run with --verbose for more details PS C:\Users\Administrator> jbang app install --fresh --force --verbose quarkus@quarkusio [jbang] jbang version 0.78.0 [jbang] Duplicating classpath resource jbang-catalog.json [jbang] Reading catalog from C:\Users\Administrator.jbang\cache\urls\2c97f3a787487bf73b7f4d02e109487e0e43be594ef95072827efd1500cd99ae [jbang] Local catalog 'quarkusio' not found, trying implicit catalogs... [jbang] No catalog found at https://github.com/quarkusio/jbang-catalog/blob/HEAD/jbang-catalog.json dev.jbang.cli.ExitException: Could not download https://github.com/quarkusio/jbang-catalog/blob/HEAD/jbang-catalog.json

liononon commented 3 years ago

I have the same problem

ia3andy commented 3 years ago

cc @maxandersen

maxandersen commented 3 years ago

Any chance You are Behind a proxy ?

quintesse commented 3 years ago

Can you also test if, in a PowerShell window, you can successfully run iwr https://raw.githubusercontent.com/quarkusio/jbang-catalog/HEAD/jbang-catalog.json?

shellj commented 2 years ago

Maybe your network can't download resource from Github, you can configure a network proxy

frankiemoran commented 2 years ago

Was there a solution to this? Currently trying to install Quarkus using the following link: and it is exporting as follows:

Any help would be greatly appreciated

maxandersen commented 2 years ago

GitHub had a glitch today making it return 404 when downloading HEAD urls. That's what causes the latest error you report.

It seems to be fixed now on GitHub side so should be good now.

Please try again.

frankiemoran commented 2 years ago

GitHub had a glitch today making it return 404 when downloading HEAD urls. That's what causes the latest error you report.

It seems to be fixed now on GitHub side so should be good now.

Please try again.

Perfect, tried again this morning and worked! Thank you

gastaldi commented 1 year ago

This seems to have been fixed. Closing it