chrome-cpu-profiler icon indicating copy to clipboard operation
chrome-cpu-profiler copied to clipboard

Installing via NPM requires SSH access

Open FelikZ opened this issue 10 years ago • 0 comments

$ npm install chrome-cpu-profiler
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No README data
npm ERR! git clone [email protected]:tomgco/strong-cpu-profiler.git Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-tomgco-strong-cpu-profiler-git-4dfbb7bf'...
npm ERR! git clone [email protected]:tomgco/strong-cpu-profiler.git Permission denied (publickey).
npm ERR! git clone [email protected]:tomgco/strong-cpu-profiler.git fatal: Could not read from remote repository.
npm ERR! git clone [email protected]:tomgco/strong-cpu-profiler.git 
npm ERR! git clone [email protected]:tomgco/strong-cpu-profiler.git Please make sure you have the correct access rights
npm ERR! git clone [email protected]:tomgco/strong-cpu-profiler.git and the repository exists.
npm ERR! Error: Command failed: Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-tomgco-strong-cpu-profiler-git-4dfbb7bf'...
npm ERR! Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! 
npm ERR!     at ChildProcess.exithandler (child_process.js:648:15)
npm ERR!     at ChildProcess.emit (events.js:98:17)
npm ERR!     at maybeClose (child_process.js:756:16)
npm ERR!     at Process.ChildProcess._handle.onexit (child_process.js:823:5)
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.13.0-39-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "chrome-cpu-profiler"
npm ERR! cwd /data
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! code 128
npm ERR! not ok code 0

FelikZ avatar Nov 13 '14 18:11 FelikZ