exit code of #128 fatal: unable to connect to github.com

I follow the Quickstart guide from FoundationPress and it display this error

bower install && grunt build
bower foundation#*          not-cached git://github.com/zurb/bower-foundation.git#*
bower foundation#*             resolve git://github.com/zurb/bower-foundation.git#*
bower fontawesome#~4.3.0    not-cached git://github.com/FortAwesome/Font-Awesome.git#~4.3.0
bower fontawesome#~4.3.0       resolve git://github.com/FortAwesome/Font-Awesome.git#~4.3.0
bower fontawesome#~4.3.0       ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/FortAwesome/Font-Awesome.git", exit code of #128 fatal: unable to connect to github.com: github.com[0: 192.30.252.131]: errno=Connection timed out

I run this to solve this problem.

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

Tags:

2 thoughts on “exit code of #128 fatal: unable to connect to github.com”

  1. Thank you very much. I have similar problem and your solution solved mine as well. Thank you very much. You just made my day.

    Regards

    Samson

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.