Why do I get this error when I run 'bower install'?

Antonio Pavicevac-Ortiz

I am using this middleman project and trying to run the bower install and get the following...

bower not-cached    git://github.com/jquery/jquery.git#~2.0
bower resolve       git://github.com/jquery/jquery.git#~2.0
bower not-cached    git://github.com/appleboy/normalize.scss.git#~2.1
bower resolve       git://github.com/appleboy/normalize.scss.git#~2.1
bower not-cached    git://github.com/Modernizr/Modernizr.git#~2.6.2
bower resolve       git://github.com/Modernizr/Modernizr.git#~2.6.2
bower ECMDERR       Failed to execute "git ls-remote --tags --heads git://github.com/jquery/jquery.git", exit code of #128

Additional error details:
fatal: unable to connect to github.com:
github.com[0: 192.30.252.128]: errno=Connection refused

Thanks!

fjf

I had a similar issue and was due my network had certain ports blocked. What I tried (and worked) was forcing git to use "https" connections instead of "git" ones. Hope it help:

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

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Why do I get this error when I run 'bower install'?

From Dev

Why do I get "package does not exist" error when I run maven install?

From Dev

Why do I get a "String index out of range" error when I run this program?

From Dev

Why do I get a syntax error if I run this in the console? {} === {}

From Dev

Why do I get a train when I run 'ls'?

From Dev

Ruby RubyGems: Why do I always get error messages when trying to install gems?

From Dev

Why do I get Hash Sum mismatch error when trying to install mono on debian

From Dev

Why do I get run-time error '2759' when saving the record? access 2010

From Dev

Why do I get an error for "__CrtGetFileInformationByHandleEx " when I try to compile

From Dev

Why do I get access violation run-time error?

From Dev

I get this error when I try to install

From Dev

when i run mvn install ,there is a error

From Dev

Why do i get syntax error for "[...] 2> >(tee -a $logfile >&2) [...]" in a script in rpm, but not when run from commandline and how to get it work?

From Dev

Why do I get this error

From Dev

Why do i get this error every time i try to run the code within my U.I.?

From Dev

When I run newapkbuild in a container I get "ERROR: : Do not run abuild as root"

From Dev

When I run newapkbuild in a container I get "ERROR: : Do not run abuild as root"

From Dev

Why do I get this error when installing npm now package?

From Dev

Why do I get a routing error when doing a delete action?

From Dev

Why do I get an error when creating an array in Swift?

From Dev

Why do I get the error "The handle is invalid" when invoking GetThreadTimes?

From Dev

Why do I get syntax error when converting with UFormat in Powershell

From Dev

Why do I get this error when trying to map on a list of lists?

From Dev

Why do I get an error when the pointer is not copied?

From Dev

Why do I get a compile error when calling start method?

From Dev

Why do I get an error when installing Pillow 3.0.0 on Ubuntu?

From Dev

Why do i get this error when trying to check if in Corona sdk?

From Dev

Why do I get an error when using list in python?

From Dev

Why do I get an error when passing a string as a filename, but not a char*?

Related Related

  1. 1

    Why do I get this error when I run 'bower install'?

  2. 2

    Why do I get "package does not exist" error when I run maven install?

  3. 3

    Why do I get a "String index out of range" error when I run this program?

  4. 4

    Why do I get a syntax error if I run this in the console? {} === {}

  5. 5

    Why do I get a train when I run 'ls'?

  6. 6

    Ruby RubyGems: Why do I always get error messages when trying to install gems?

  7. 7

    Why do I get Hash Sum mismatch error when trying to install mono on debian

  8. 8

    Why do I get run-time error '2759' when saving the record? access 2010

  9. 9

    Why do I get an error for "__CrtGetFileInformationByHandleEx " when I try to compile

  10. 10

    Why do I get access violation run-time error?

  11. 11

    I get this error when I try to install

  12. 12

    when i run mvn install ,there is a error

  13. 13

    Why do i get syntax error for "[...] 2> >(tee -a $logfile >&2) [...]" in a script in rpm, but not when run from commandline and how to get it work?

  14. 14

    Why do I get this error

  15. 15

    Why do i get this error every time i try to run the code within my U.I.?

  16. 16

    When I run newapkbuild in a container I get "ERROR: : Do not run abuild as root"

  17. 17

    When I run newapkbuild in a container I get "ERROR: : Do not run abuild as root"

  18. 18

    Why do I get this error when installing npm now package?

  19. 19

    Why do I get a routing error when doing a delete action?

  20. 20

    Why do I get an error when creating an array in Swift?

  21. 21

    Why do I get the error "The handle is invalid" when invoking GetThreadTimes?

  22. 22

    Why do I get syntax error when converting with UFormat in Powershell

  23. 23

    Why do I get this error when trying to map on a list of lists?

  24. 24

    Why do I get an error when the pointer is not copied?

  25. 25

    Why do I get a compile error when calling start method?

  26. 26

    Why do I get an error when installing Pillow 3.0.0 on Ubuntu?

  27. 27

    Why do i get this error when trying to check if in Corona sdk?

  28. 28

    Why do I get an error when using list in python?

  29. 29

    Why do I get an error when passing a string as a filename, but not a char*?

HotTag

Archive