Git provides a way to rewrite URLs using git config. Simply issue the following command:
git config --global url."https://".insteadOf git://
Now, as if by magic, all git commands will perform a substitution of git:// to https://
#git #ssh For more solutions, visit here https://syntaxfix.com/question/18407/ssh-c...