PDA

View Full Version : Github changes


Huppy
01-10-2022, 09:01 PM
No big deal to me, but github obviously made some security changes. Got this when trying to pull updated source code today:


$ git pull

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.

joligario
01-10-2022, 10:16 PM
I've not run into this. Perhaps clone with https:// vs git:// ?

Huppy
01-11-2022, 12:25 AM
I've not run into this. Perhaps clone with https:// vs git:// ?

Ya, when one reads through that page they liked, it states anyone using https need not be concerned. I just used the git pull to keep the current source code folder updated once a week.