Open 7ranadheer opened 2 years ago
Hi, on windows, I tried with wget and the following error appears:
wget https://github.com/eroshenkoam/allure-pdf/releases/latest/download/allure-pdf
--2022-03-17 05:45:57-- https://github.com/eroshenkoam/allure-pdf/releases/latest/download/allure-pdf Resolving github.com (github.com)... 192.30.255.113 Connecting to github.com (github.com)|192.30.255.113|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github.com/eroshenkoam/allure-pdf/releases/download/1.5.1/allure-pdf [following] --2022-03-17 05:45:57-- https://github.com/eroshenkoam/allure-pdf/releases/download/1.5.1/allure-pdf Reusing existing connection to github.com:443. HTTP request sent, awaiting response... 404 Not Found 2022-03-17 05:45:58 ERROR 404: Not Found.
How can I downlaod it?
I also have this problem. downloading and unarchiving the zip can't be the solution, right?
@eroshenkoam
h @dorjj , give the complete file name when downloading the zip
@mudit94 what do you mean by giving complete file name. How to download the project. I have downloaded the zip, how to build the project?
Same issue here. Is this project abandoned?
Hi, On a mac, I try the command
wget https://github.com/eroshenkoam/allure-pdf/releases/latest/download/allure-pdf
. I get the error as followsHTTP request sent, awaiting response... 302 Found Location: https://github.com/eroshenkoam/allure-pdf/releases/download/1.5.1/allure-pdf [following] --2021-11-29 15:59:06-- https://github.com/eroshenkoam/allure-pdf/releases/download/1.5.1/allure-pdf Reusing existing connection to github.com:443. HTTP request sent, awaiting response... 404 Not Found 2021-11-29 15:59:07 ERROR 404: Not Found.
How do I download it via the command?