Closed KanjiMonster closed 3 years ago
Github just turned off the git transport on their servers, and checking out now fails with:
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.
So switch to https to make stuff build again.
Signed-off-by: Jonas Gorski jonas.gorski@bisdn.de
lgtm
Github just turned off the git transport on their servers, and checking out now fails with:
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.
So switch to https to make stuff build again.
Signed-off-by: Jonas Gorski jonas.gorski@bisdn.de