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

时间:2016-12-12 09:18:03

标签: git github yeoman jhipster

我试图使用JHipster(和Windows 10)创建一个新项目,但是我收到了这条警告消息:

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

创作的其余部分进展顺利,但后来该项目无法正常工作,因为它错过了github中的组件。

我配置了我的代理,下一行工作

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

1 个答案:

答案 0 :(得分:4)

经过一番研究后,我发现了医生(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://

我运行了命令,下一个连接工作正常。