[Bug 251216] fetch(1) not able to fetch file
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 17 13:32:21 UTC 2020
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 at FreeBSD.org
Reporter: vermaden at 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.
More information about the freebsd-bugs
mailing list