bower ECMDERR Failed to execute “git ls-remote --tags --heads > git@github.om:mobify/bellows.git”, exit code of #128

后端 未结 2 1954
借酒劲吻你
借酒劲吻你 2021-01-11 14:18

I am trying to install the pinny1.0 plugin using bower as:

bower install https://github.com/mobify/pinny.git#pinny-1.0

But meanw

2条回答
  •  佛祖请我去吃肉
    2021-01-11 14:47

    That is indeed an odd error. Interestingly, the git URL looks malformed.

    git@github.om:mobify/bellows.git
    

    There's no 'c' in .com. It is also weird that pinny is trying to pull bellows in; they're totally unrelated.

    Could you let me know what OS and version of bower you're using?

    I'll try to reproduce this and let you know if I find anything.

提交回复
热议问题