Date: Tue, 17 Nov 2020 13:32:21 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 251216] fetch(1) not able to fetch file Message-ID: <bug-251216-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251216 Bug ID: 251216 Summary: fetch(1) not able to fetch file Product: Base System Version: 12.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: vermaden@interia.pl As in title, the fetch(1) is not able to download file from GitHub: % fetch https://github.com/amir/sctd/archive/0.2.0.tar.gz fetch: https://github.com/amir/sctd/archive/0.2.0.tar.gz: Moved Temporarily But it is not problem to download the same file with wget(1) for example: % wget https://github.com/amir/sctd/archive/0.2.0.tar.gz --2020-11-17 14:31:42-- https://github.com/amir/sctd/archive/0.2.0.tar.gz Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/amir/sctd/tar.gz/0.2.0 [following] --2020-11-17 14:31:43-- https://codeload.github.com/amir/sctd/tar.gz/0.2.0 Resolving codeload.github.com (codeload.github.com)... 140.82.121.9 Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: ‘0.2.0.tar.gz’ 0.2.0.tar.gz [ <=> ] 8.43K --.-KB/s in 0.001s 2020-11-17 14:31:43 (14.2 MB/s) - ‘0.2.0.tar.gz’ saved [8629] Regards. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251216-227>
