Last updated on May 30th, 2019 at 04:26 pm
I follow the Quickstart guide from FoundationPress and it display this error
[code lang=”bash”]
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
[/code]
I run this to solve this problem.
[code lang=”bash”]
git config –global url.”https://”.insteadOf git://
[/code]
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
You are welcome.