[cfarm-users] Unable to git pull on gcc112

Jonathan Wakely jwakely.gcc at gmail.com
Wed Mar 30 11:19:16 CEST 2022


On Wed, 30 Mar 2022 at 02:30, Jeffrey Walton via cfarm-users
<cfarm-users at lists.tetaneutral.net> wrote:
>
> Hi Everyone,
>
> I'm trying a git pull. When I use https://github.com/weidai11/cryptopp/:
>
> $ git pull
> fatal: unable to access 'https://github.com/weidai11/cryptopp/':
> Problem with the SSL CA c
> ert (path? access rights?)
>
> When I try git://github.com/weidai11/cryptopp/:
>
> $ git pull
> fatal: remote error:
>  The unauthenticated git protocol on port 9418 is no longer supported.
>
> I think we need an updated Git for the machine.
>
> $ git --version
> git version 1.8.3.1
>
> What do we try next?

/usr/bin/git works for me on gcc112 when fetching from github, but you
could try the new Git already present on the machine:

$ /opt/cfarm/git-latest/bin/git --version
git version 2.9.5


More information about the cfarm-users mailing list