[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] git.savannah.gnu.org is not able to be con
From: |
Bob Proulx |
Subject: |
Re: [Savannah-hackers-public] git.savannah.gnu.org is not able to be connected with git protocol |
Date: |
Sun, 20 Feb 2022 19:35:48 -0700 |
antique refer wrote:
> git.savannah.gnu.org is not able to be connected with git protocol.
>
> # git clone git://git.savannah.gnu.org/gnulib.git
> Cloning into 'gnulib'...
> fatal: read error: Connection reset by peer
This works for me. Which leads me to think that it is a firewall in
your environment which is blocking access to git port 9418 tcp.
Try using a different system in a different location (home, another
office, a coffee shop) and I am sure it will work.
> Can you help us to resolve this?
Easiest is Ineiev's suggestion of using https protocol. Note that the
https path is slightly different and has a another "/git" path segment.
Bob