Answers for "The unauthenticated git protocol on port 9418 is no longer supported"

2

The unauthenticated git protocol on port 9418 is no longer supported

git config --global url."https://".insteadOf git://
Posted by: Guest on April-10-2022
1

The unauthenticated git protocol on port 9418 is no longer supported

git config --global url."https://github.com/".insteadOf git://github.com/
Posted by: Guest on April-10-2022

Code answers related to "The unauthenticated git protocol on port 9418 is no longer supported"

Browse Popular Code Answers by Language