Upon trying to build/install fm6000 I kept getting “Fatal: Remote error: The unauthenticated git protocol on port 9418 is no longer supported. …”
which would cause the build/install process to abort. So I happened across a solution which appears to solve this issue by typing
git config --global url."https://".insteadOf git://
Into a terminal. Just thought I would post that here in case any other newbies were running into the same issue. Feel free to let me know if this is not the best way of fixing the issue.
This may help to clear things up a little bit, I left a few links in there too:
The following article was put out last year, so I’m sure for some this is not necessarily new news, but rather some of the GitHub changes that take affect today. According to a GitHub article posted back on 09.2021 here:
https://github.blog/2021-09-01-improving-git-protocol-security-github/
By March 15, 2022. Changes will be made permanent.
We’ll permanently stop accepting DSA keys. RSA keys uploaded after the cut-off point above will work only with SHA-2 signatures (but again, RSA keys uplo…