Re: is git.postgresql.org working fine? - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: is git.postgresql.org working fine?
Date
Msg-id CAJ7c6TPADyW4gKqk-7U1qOzK05jZC0gNKZ5cTK9cgSzeRGgU_A@mail.gmail.com
Whole thread Raw
In response to Re: is git.postgresql.org working fine?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: is git.postgresql.org working fine?
List pgsql-hackers
Hi,

> > Is it only me?
>
> I've had trouble in the past with cloning on old/slow machines --- it
> seems to time out after awhile.  But AFAIR the symptom was an error
> message not "stalling", so maybe that's unrelated.
>
> Anyway, I tried it just now and didn't observe any problem:
>
> [...]

For me works fine too:

```
$ time git clone git://git.postgresql.org/git/postgresql.git
Cloning into 'postgresql'...
remote: Enumerating objects: 20275, done.
remote: Counting objects: 100% (20275/20275), done.
remote: Compressing objects: 100% (12231/12231), done.
remote: Total 1048219 (delta 14543), reused 10289 (delta 7971),
pack-reused 1027944
Receiving objects: 100% (1048219/1048219), 351.78 MiB | 1.30 MiB/s, done.
Resolving deltas: 100% (904606/904606), done.
Updating files: 100% (7096/7096), done.

real    4m53.197s
user    1m51.879s
sys    0m26.096s

$ git --version
git version 2.48.1
```

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: per backend WAL statistics
Next
From: Aleksander Alekseev
Date:
Subject: Re: Hook for Selectivity Estimation in Query Planning