I am trying to create a new project using JHipster (and Windows 10), but I get this warning:
WARNING! Failed to connect to "git://github.com"
The rest of the creation goes smoothly, but the project does not work later because it skips components from github.
I configured my proxy server and the next line works
git ls-remote http://github.com/angular/angular-phonecat.git
source
share