[cfarm-users] Unable to git pull on gcc112

Jonathan Wakely jwakely.gcc at gmail.com
Wed Mar 30 11:25:03 CEST 2022


On Wed, 30 Mar 2022 at 10:21, Jonathan Wakely wrote:
>
> 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?)
>
> Works for me:

Oops, I meant to paste this:

[jwakely at gcc2-power8 src]$ hostname
gcc2-power8.osuosl.org
[jwakely at gcc2-power8 src]$ /usr/bin/git clone
https://github.com/weidai11/cryptopp/
Cloning into 'cryptopp'...
remote: Enumerating objects: 28290, done.
remote: Counting objects: 100% (678/678), done.
remote: Compressing objects: 100% (363/363), done.
remote: Total 28290 (delta 389), reused 585 (delta 315), pack-reused 27612
Receiving objects: 100% (28290/28290), 27.18 MiB | 4.94 MiB/s, done.
Resolving deltas: 100% (20563/20563), done.
[jwakely at gcc2-power8 src]$ rm -rf cryptopp/
[jwakely at gcc2-power8 src]$ /usr/bin/git clone
git://github.com/weidai11/cryptopp/
Cloning into 'cryptopp'...
fatal: remote error:
 The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/
for more information.

The error for the second clone is because my ssh keys are not
registered with that repo, so I can't clone over SSH. I assume your
ssh key *is* registed with cryptopp, so the problem is that you don't
have the key on the machine and you don't have an ssh-agent that has
the key available. Maybe you forgot to do ssh -A gcc112? Or you need
to add "ForwardAgent yes" to your ssh config for the cfarm machines?
Or you're just not running an agent locally, or didn't add your key to
it?


>
>
> >
> > When I try git://github.com/weidai11/cryptopp/:
> >
> > $ git pull
> > fatal: remote error:
> >  The unauthenticated git protocol on port 9418 is no longer supported.
>
> That means you're not authenticated, i.e. you don't have your ssh key
> in use on the machine.


More information about the cfarm-users mailing list