My download rate begins megabytes per second, but then it lowers to KiB
per second and at this run, I got ``invalid index-pack''. Am I having >network problems? This is the cheapest virtual machine in AWS.
In article <87plvd2584.fsf@tudado.org>,
Johanne Fairchild <jfairchild@tudado.org> wrote:
My download rate begins megabytes per second, but then it lowers to KiB
per second and at this run, I got ``invalid index-pack''. Am I having >>network problems? This is the cheapest virtual machine in AWS.
Are you able to clone the mirror hosted on GitHub? ><URL:https://github.com/freebsd/freebsd-ports.git>
John
groenveld@acm.org
In article <l6nq6fF4ncvU1@mid.individual.net>,
John D Groenveld <groenveld@acm.org> wrote:
In article <87plvd2584.fsf@tudado.org>,
Johanne Fairchild <jfairchild@tudado.org> wrote:
My download rate begins megabytes per second, but then it lowers to KiB >>>per second and at this run, I got ``invalid index-pack''. Am I having >>>network problems? This is the cheapest virtual machine in AWS.
Are you able to clone the mirror hosted on GitHub? >><URL:https://github.com/freebsd/freebsd-ports.git>
John
groenveld@acm.org
What CLI are you using?
In article <87plvd2584.fsf@tudado.org>,
Johanne Fairchild <jfairchild@tudado.org> wrote:
My download rate begins megabytes per second, but then it lowers to KiB
per second and at this run, I got ``invalid index-pack''. Am I having >>network problems? This is the cheapest virtual machine in AWS.
Are you able to clone the mirror hosted on GitHub? <URL:https://github.com/freebsd/freebsd-ports.git>
groenveld@acm.org (John D Groenveld) writes:
In article <87plvd2584.fsf@tudado.org>,
Johanne Fairchild <jfairchild@tudado.org> wrote:
My download rate begins megabytes per second, but then it lowers to KiB >>>per second and at this run, I got ``invalid index-pack''. Am I having >>>network problems? This is the cheapest virtual machine in AWS.
Are you able to clone the mirror hosted on GitHub?
<URL:https://github.com/freebsd/freebsd-ports.git>
The speed began high---27 MiB/s---, but then it fell, stalled and ended
with this error.
%git clone -o freebsd https://github.com/freebsd/freebsd-ports.git
Cloning into 'freebsd-ports'...
remote: Enumerating objects: 6156144, done.
remote: Counting objects: 100% (16085/16085), done.
remote: Compressing objects: 100% (11075/11075), done.
Receiving objects: 81% (4995725/6156144), 1.98 GiB | 1.19 MiB/s
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly:
CANCEL (err 8)
error: 6065 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
%
%git --version
git version 2.43.0
Let me run it again so you can have a notion of how long it takes.
%time git clone -o freebsd https://github.com/freebsd/freebsd-ports.git Cloning into 'freebsd-ports'...
remote: Enumerating objects: 6156144, done.
remote: Counting objects: 100% (16085/16085), done.
remote: Compressing objects: 100% (11075/11075), done.
error: RPC failed; curl 56 Recv failure: Connection reset by peer
error: 6881 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
309.22 real 0.44 user 2.83 sys
%
groenveld@acm.org (John D Groenveld) writes:
In article <87plvd2584.fsf@tudado.org>,
Johanne Fairchild <jfairchild@tudado.org> wrote:
My download rate begins megabytes per second, but then it lowers to KiB >>>per second and at this run, I got ``invalid index-pack''. Am I having >>>network problems? This is the cheapest virtual machine in AWS.
Are you able to clone the mirror hosted on GitHub?
<URL:https://github.com/freebsd/freebsd-ports.git>
The speed began high---27 MiB/s---, but then it fell, stalled and ended
with this error.
%git clone -o freebsd https://github.com/freebsd/freebsd-ports.git
Cloning into 'freebsd-ports'...
remote: Enumerating objects: 6156144, done.
remote: Counting objects: 100% (16085/16085), done.
remote: Compressing objects: 100% (11075/11075), done.
Receiving objects: 81% (4995725/6156144), 1.98 GiB | 1.19 MiB/s
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly:
CANCEL (err 8)
error: 6065 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
%
%git --version
git version 2.43.0
Let me run it again so you can have a notion of how long it takes.
%time git clone -o freebsd https://github.com/freebsd/freebsd-ports.git >Cloning into 'freebsd-ports'...
remote: Enumerating objects: 6156144, done.
remote: Counting objects: 100% (16085/16085), done.
remote: Compressing objects: 100% (11075/11075), done.
error: RPC failed; curl 56 Recv failure: Connection reset by peer
error: 6881 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
309.22 real 0.44 user 2.83 sys
%
Sorry. This seems to have nothing to do with FreeBSD. I believe I
can't clone any large repository.
But I can do just fine with small ones.
On 2024-03-29, Johanne Fairchild <jfairchild@tudado.org> wrote:
Sorry. This seems to have nothing to do with FreeBSD. I believe I
can't clone any large repository.
But I can do just fine with small ones.
Depending on what you intent to do with it, a shallow clone of a
specific branch might be enough and will be much smaller than the entire
src. Something like:
git clone -b stable/14 --depth 1 https://git.freebsd.org/src.git /usr/src
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 365 |
Nodes: | 16 (3 / 13) |
Uptime: | 24:25:56 |
Calls: | 7,748 |
Calls today: | 2 |
Files: | 12,888 |
Messages: | 5,740,025 |
Posted today: | 1 |