Error in Gulp installation

Asked

Viewed 92 times

2

I am installing Gulp on my Windows 7 by the command gulp . But you’re giving me the following mistake:

[11:21:03] Error in plugin 'gulp-bower'
Message:
    Failed to execute "git ls-remote --tags --heads git://github.com/thomaspark/
bootswatch.git", exit code of #128
fatal: unable to connect to github.com:
github.com[0: 192.30.252.130]: errno=No error

OBS.: I already created the system environment variable pointing to the Node installation.

1 answer

2


Hi! I had this problem once, it could be the firewall. I solved with the following command:

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

It supersedes the clone protocol. I hope it helps!

  • 1

    Bah worked here 100%, thanks

Browser other questions tagged

You are not signed in. Login or sign up in order to post.