-
I want to install a tool but it always fails with some strange error like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
hohwille
Jun 30, 2023
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The product devonfw-ide is just using the tool
curl
to download things. If that fails you most probably have a network error. In some cases also the service provider behind the URL has issues.However, if downloading the URL with your browser works or you have others ways to download the exact binary manually, you can simply go for it and save the file in the devonfw-ide download cache directory
~/Downloads/devonfw-ide/
. The filename has to exactly as specified in the log-message before the download:I hope this helps.