哟 jhipster:无法连接到 "git://github.com"

yo jhipster : Failed to connect to "git://github.com"

我正在尝试使用 JHipster(和 windows 10)创建一个新项目,但我收到此警告消息:

WARNING! Failed to connect to "git://github.com"

其余的创建进行得很顺利,但后来该项目无法运行,因为它缺少 github 中的组件。

我配置了我的代理,下一行有效

git ls-remote http://github.com/angular/angular-phonecat.git

经过一些研究,我发现了 rff-doctor (https://github.com/rakuten-frontend/rff-doctor) 并诊断为:

× Failed to connect to "git://github.com".
 Error: Command failed: git ls-remote git://github.com/octocat/Spoon-Knife.git HEAD
 1. Check the Internet connection.
 2. If you are using HTTP proxy, try this command:
      $ git config --global url."https://".insteadOf git://

我 运行 命令和下一个连接有效。