无法创建 ember.js 项目

Unable to create ember.js project

我一直在尝试通过 cmd 创建一个新的 ember.js 项目,但我一直收到这个错误

Failed to execute 
   git ls-remote --tags --heads git://github.com/rwjblue/ember-qunit-builds.git
exit code of #128 </strong><br/><br/>

您将如何避免该错误消息?

这可能是因为协议 git(使用端口 9418)在您的情况下被阻止。

您可以通过以下方式指示 git 使用 https 而不是 git:

git config --global url."https://".insteadOf git://