当前位置:   article > 正文

【问题】git --no-replace-objects ls-remote ssh://git@github.com/nhn/raphael.git

git --no-replace-objects ls-remote

问题内容

npm install
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/nhn/raphael.git
npm ERR! Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
npm ERR! git@github.com: Permission denied (publickey).
。。。。。。。。
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

问题原因

下载方式不同,ssh可能被墙。使用ssh方式下载速度较慢。

问题解决

npm install --registry=https://registry.npm.taobao.org

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/516221
推荐阅读
相关标签
  

闽ICP备14008679号