Skip to content
thomasAtkins12 edited this page Mar 13, 2015 · 1 revision
Problems with firewall

If you get the following error

execute "git ls-remote --tags --heads git://github.com/angular/bower-angular-mocks.git", exit code of #128

then it means that the git protocol is being blocked by your firewall and you should therefore execute the following in the command line:

git config --global url."https://".insteadOf git://

Clone this wiki locally