尝试安装yaireo / Tagify时发生致命错误

时间:2019-05-09 19:25:11

标签: github npm npm-install

我有一家来自UnoEuro的托管网络酒店,并且通过SSH我正在尝试安装Tagify脚本。 https://github.com/yairEO/tagify

我正在尝试安装

npm i @yaireo/tagify --save

我收到此错误:

npm ERR! git clone git@github.com:yaireo/tagify Initialized empty Git repository in /var/www/maxie.dk/.npm/_git-remotes/git-github-com-yaireo-tagify-8fe20c9e/
npm ERR! git clone git@github.com:yaireo/tagify 
npm ERR! git clone git@github.com:yaireo/tagify Permission denied (publickey).
npm ERR! git clone git@github.com:yaireo/tagify fatal: The remote end hung up unexpectedly
npm ERR! addLocal Could not install yaireo/tagify
npm ERR! Error: ENOENT, stat 'yaireo/tagify'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Linux 2.6.32-954.3.5.lve1.4.63.el6.x86_64
npm ERR! command "node" "/usr/bin/npm" "i" "@yaireo/tagify"
npm ERR! cwd /var/www/maxie.dk/public_html/labels
npm ERR! node -v v0.10.48
npm ERR! npm -v 1.3.6
npm ERR! path yaireo/tagify
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /var/www/maxie.dk/public_html/labels/npm-debug.log
npm ERR! not ok code 0

我对npm和SSH不太熟悉,所以我不确定该错误意味着什么。谁能帮助我让我知道该怎么做?

我看到错误还包含“权限被拒绝(PublicKey),但我相信已经尝试使用私钥和公钥。

谢谢。

0 个答案:

没有答案