I am trying to clone the angular-phonecat git repository, but I am getting the following message when I enter the command in my Git Bash:
$ git clone git://g
You can make git replace the protocol for you
git config --global url."https://".insteadOf git://
See more at SO Bower install using only https?