I am trying to set up Bower on a build server at our organization's data center, but git
's port does not appear to be open on the data center's firewall. I can use the git command line client to clone via https://[repo]
, but not git://[repo]
.
Is there a switch or preference which will instruct bower to perform git clone using https
rather than the git
protocol?
I've looked at the source, and considered changing the resolution code to replace git://
with https://
, but I figured I'd ask before I go to those lengths.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…