AdrianMachado / KaiUI

React component library for KaiOS apps
MIT License
187 stars 39 forks source link

Cannot install kdeploy because of permission denied. #27

Closed LiarOnce closed 4 years ago

LiarOnce commented 4 years ago

Describe the bug When I tried to initialize, npm install output this error:

npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/kaiostech/kdeploy.git
npm ERR! 
npm ERR! Warning: Permanently added the RSA host key for IP address '13.229.188.59' to the list of known hosts.
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: 无法读取远程仓库。(Unable to read remote repository.)
npm ERR! 
npm ERR! 请确认您有正确的访问权限并且仓库存在。(Please make sure you have the correct access rights and the repository exists.)
npm ERR! 
npm ERR! exited with error code: 128

Can I need to remove kdeploy from package.json?

To Reproduce Steps to reproduce the behavior:

  1. git clone (URL)
  2. cd KaiUI
  3. npm install
  4. See error

Browser/Emulator (please complete the following information):

inovramadani commented 4 years ago

I hit same error when do initial npm install.

image

I can install if I remove kdeploy from devDependencies and the scripts related to it.