【问题标题】:Unable to create ember.js project无法创建 ember.js 项目
【发布时间】:2015-02-22 09:18:23
【问题描述】:

我一直在尝试通过 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 ember.js npm mozilla


    【解决方案1】:

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

    您可以通过以下方式指示 git 使用 https 代替 git:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-03-31
      • 2013-07-28
      • 2020-10-11
      • 2018-05-06
      • 2014-09-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多