|
Message-ID: <7a69a9548c7bd65c5952b97efd19a025@smtp.hushmail.com> Date: Wed, 20 Apr 2022 16:09:22 +0200 From: magnum <magnumripper@...hmail.com> To: john-users@...ts.openwall.com Subject: Re: git https update On 2022-04-20 10:16, Matus UHLAR - fantomas wrote: > Hello, > > today when I tried to pull new john version, I received message: > > 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. > > after some checking: > > % git remote -v > origin git://github.com/magnumripper/JohnTheRipper (fetch) > origin git://github.com/magnumripper/JohnTheRipper (push) > % git remote get-url origin > git://github.com/magnumripper/JohnTheRipper > > > tihs fix seemes to work: > > % git remote set-url origin https://github.com/magnumripper/JohnTheRipper Another problem is that you point to my fork of the repo, while the original (that you should use because it's always freshest) is at Openwall since a long time. You probably want: git remote set-url origin https://github.com/openwall/john.git (fetch) magnum
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.