Tips for troubleshooting issues you may encounter when you configure your development
environment for Genero Web Client for JavaScript (GWC-JS) customization.
Unable to connect to github
Git is required to fetch bower components. When doing a grunt deps, if you
get this error:
fatal: unable to connect to github.com: github.com
[0: 192.30.252.129]: errno=Connection refused Warning: Task "bower-install-simple:default" failed.
Use --force to continue.
You
may have a proxy that is preventing the retrieving of bower components.
At the command line, type: git config --global url.https://github.com/.insteadOf
git://github.com/
Clean your installation by choosing from the following options: