Skip to content

Instantly share code, notes, and snippets.

@saper
Created May 7, 2015 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saper/941c4f5c16f30d88efb2 to your computer and use it in GitHub Desktop.
Save saper/941c4f5c16f30d88efb2 to your computer and use it in GitHub Desktop.
m> rm -rf ~/.npm
m> git clean -dxf
Removing npm-debug.log
m> npm install
npm ERR! git clone --template=/home/saper/.npm/_git-remotes/_templates --mirror ssh://git@github.com/am11/pangyp.git /home/saper/.npm/_git-remotes/ssh-git-github-com-am11-pangyp-git-b8c31f9c: Cloning into bare repository '/home/saper/.npm/_git-remotes/ssh-git-github-com-am11-pangyp-git-b8c31f9c'...
npm ERR! git clone --template=/home/saper/.npm/_git-remotes/_templates --mirror ssh://git@github.com/am11/pangyp.git /home/saper/.npm/_git-remotes/ssh-git-github-com-am11-pangyp-git-b8c31f9c: Permission denied (publickey).
npm ERR! git clone --template=/home/saper/.npm/_git-remotes/_templates --mirror ssh://git@github.com/am11/pangyp.git /home/saper/.npm/_git-remotes/ssh-git-github-com-am11-pangyp-git-b8c31f9c: fatal: Could not read from remote repository.
npm ERR! git clone --template=/home/saper/.npm/_git-remotes/_templates --mirror ssh://git@github.com/am11/pangyp.git /home/saper/.npm/_git-remotes/ssh-git-github-com-am11-pangyp-git-b8c31f9c:
npm ERR! git clone --template=/home/saper/.npm/_git-remotes/_templates --mirror ssh://git@github.com/am11/pangyp.git /home/saper/.npm/_git-remotes/ssh-git-github-com-am11-pangyp-git-b8c31f9c: Please make sure you have the correct access rights
npm ERR! git clone --template=/home/saper/.npm/_git-remotes/_templates --mirror ssh://git@github.com/am11/pangyp.git /home/saper/.npm/_git-remotes/ssh-git-github-com-am11-pangyp-git-b8c31f9c: and the repository exists.
npm ERR! FreeBSD 10.1-STABLE
npm ERR! argv "/usr/local/bin/iojs" "/usr/local/bin/npm" "install"
npm ERR! node v2.0.0
npm ERR! npm v2.8.4
npm ERR! code 128
npm ERR! Command failed: git clone --template=/home/saper/.npm/_git-remotes/_templates --mirror ssh://git@github.com/am11/pangyp.git /home/saper/.npm/_git-remotes/ssh-git-github-com-am11-pangyp-git-b8c31f9c
npm ERR! Cloning into bare repository '/home/saper/.npm/_git-remotes/ssh-git-github-com-am11-pangyp-git-b8c31f9c'...
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!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /home/saper/node_modules/node-sass/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment