I am looking to installation bower on a build server at our enterprise's information center, but git's port does not appear to be open on the data center's firewall. I can use the git command line consumer to clone via https://[repo], but not git://[repo] .
1 Replies
Can you make git replace for your protocol, just run:
git config --global url."https://".insteadOf git://
to use HTTPS protocol instead of Git.