You can make git replace the protocol for you. Just run:
git config --global url."https://".insteadOf git://
to use HTTPS protocol instead of Git.
You can make git replace the protocol for you. Just run:
git config --global url."https://".insteadOf git://
to use HTTPS protocol instead of Git.