我安装时出错:bower install bower ECMDERR,试用了所有的解决方案

时间:2016-01-14 17:33:38

标签: git bower-install

安装时出错:

bower install
  

bower ECMDERR无法执行" git ls-remote --tags --heads git@github.i   u.edu:iucomm/bower-framework.git" ;,退出代码为#128主机密钥验证故障   d。致命:无法从远程存储库读取。请确保你有   正确的访问权限和存储库存在。

我已经运行了命令

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

在Windows上以及使用

{
    "proxy":"http://<host>:<port>",
    "https-proxy":"http://<host>:<port>"
}
<。>在.bowerrc文件中。

我能够找到设置 [url&#34; https://&#34;]在我的.gitconfig文件中使用altOf = git://。 此外,我的.gitconfig文件位于C:// users // username中 我的项目文件夹位于C://

1 个答案:

答案 0 :(得分:0)

  

执行失败   “git ls-remote --tags --heads git@github.iu.edu:iucomm/bower-framework.git

这意味着它不会使用git://git protocol),而是(ssh://)git@ssh protocol

在这种情况下,请确保使用私钥而不使用密码。