Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251216

            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=20

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: =E2=80=980.2.0.tar.gz=E2=80=99

0.2.0.tar.gz                     [ <=3D>      ]   8.43K  --.-KB/s    in 0.0=
01s=20=20

2020-11-17 14:31:43 (14.2 MB/s) - =E2=80=980.2.0.tar.gz=E2=80=99 saved [862=
9]



Regards.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251216-227>