-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not install quarkus using jbang #43235
Comments
/cc @maxandersen (jbang), @quarkusio/devtools (jbang) |
Looks like a network error. Do you use a proxy by any chance? |
No at all, I also tried using my cell phone. |
From what I can see the first error is:
Which is a bit odd as I can access the file without any error. Are you able to download https://raw.githubusercontent.com/jbanghub/jbang-catalog/main/jbang-catalog.json from the command line? |
Maybe it was just a transient network issue? |
Well I am at another location today so I could run the command successfully. The reason why I opened the issue was because it was trying to fetch from a project on bitbucket that does not exist. Thank you for your answers I will close this issue. |
The reason it mention to bitbucket is that is the last fallback it takes. It would have looked at GitHub, gitlab then bitbucket ... For some reason neither of those were available to you. Any chance you were behind a firewall blocking off git hosting sites ? |
Describe the bug
Expected behavior
It looks like nothing related to quarkus is present on bitbucket.
Actual behavior
Install fails. I cannot run quarkus.
How to Reproduce?
Output of
uname -a
orver
Linux fedora-jeremy 6.10.8-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 4 21:41:11 UTC 2024 x86_64 GNU/Linux
Output of
java -version
openjdk version "21.0.4" 2024-07-16 LTS OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode, sharing)
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: