[cfarm-users] https:// git clones on gcc119 (AIX)
Noah Misch
noah at leadboat.com
Mon Jul 10 15:23:26 CEST 2023
On Mon, Jul 10, 2023 at 02:07:02PM +0200, Florian Weimer via cfarm-users wrote:
> Looks like the system TLS certificate store is outdated or empty:
>
> fw at gcc119:[/home/fw]git clone --depth 1 --branch tmp git://gitlab.com/fweimer-rh/gcc-staging git
> Cloning into 'git'...
> fatal: read error: A connection with a remote socket was reset by that socket.
>
> Any idea how to fix this? Unfortunately, gitlab.com does not seem to
> accept anonymous clones over SSH.
I use:
export GIT_SSL_CAINFO=/usr/opt/perl5/lib64/site_perl/5.28.1/Mozilla/CA/cacert.pem
(You'll also need s,git://,https://, in your above command.)
More information about the cfarm-users
mailing list