Skip to content

Instantly share code, notes, and snippets.

@rhettl
Created August 26, 2015 00:03
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 rhettl/0e32293e274bafb5d1cb to your computer and use it in GitHub Desktop.
Save rhettl/0e32293e274bafb5d1cb to your computer and use it in GitHub Desktop.
$ cat /Users/rhett/Projects/uci-node-ldap/npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'git+ssh://github.oit.uci.edu:education/node-ldap.git' ]
2 info using npm@2.7.1
3 info using node@v0.12.7
4 silly cache add args [ 'git+ssh://github.oit.uci.edu:education/node-ldap.git', null ]
5 verbose cache add spec git+ssh://github.oit.uci.edu:education/node-ldap.git
6 silly cache add parsed spec { raw: 'git+ssh://github.oit.uci.edu:education/node-ldap.git',
6 silly cache add scope: null,
6 silly cache add name: null,
6 silly cache add rawSpec: 'git+ssh://github.oit.uci.edu:education/node-ldap.git',
6 silly cache add spec: 'ssh://github.oit.uci.edu:education/node-ldap.git',
6 silly cache add type: 'git' }
7 verbose addRemoteGit ssh-github-oit-uci-edu-education-node-ldap-git-d0531931 not in flight; caching
8 info git [ 'clone',
8 info git '--template=/Users/rhett/.npm/_git-remotes/_templates',
8 info git '--mirror',
8 info git 'ssh://github.oit.uci.edu/education/node-ldap.git',
8 info git '/Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931' ]
9 error git clone --template=/Users/rhett/.npm/_git-remotes/_templates --mirror ssh://github.oit.uci.edu/education/node-ldap.git /Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931
10 error git clone --template=/Users/rhett/.npm/_git-remotes/_templates --mirror ssh://github.oit.uci.edu/education/node-ldap.git /Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931: Cloning into bare repository '/Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931'...
10 error git clone --template=/Users/rhett/.npm/_git-remotes/_templates --mirror ssh://github.oit.uci.edu/education/node-ldap.git /Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931: Permission denied (publickey).
10 error git clone --template=/Users/rhett/.npm/_git-remotes/_templates --mirror ssh://github.oit.uci.edu/education/node-ldap.git /Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931: fatal: Could not read from remote repository.
10 error git clone --template=/Users/rhett/.npm/_git-remotes/_templates --mirror ssh://github.oit.uci.edu/education/node-ldap.git /Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931:
10 error git clone --template=/Users/rhett/.npm/_git-remotes/_templates --mirror ssh://github.oit.uci.edu/education/node-ldap.git /Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931: Please make sure you have the correct access rights
10 error git clone --template=/Users/rhett/.npm/_git-remotes/_templates --mirror ssh://github.oit.uci.edu/education/node-ldap.git /Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931: and the repository exists.
11 verbose stack Error: Command failed: git clone --template=/Users/rhett/.npm/_git-remotes/_templates --mirror ssh://github.oit.uci.edu/education/node-ldap.git /Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931
11 verbose stack Cloning into bare repository '/Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931'...
11 verbose stack Permission denied (publickey).
11 verbose stack fatal: Could not read from remote repository.
11 verbose stack
11 verbose stack Please make sure you have the correct access rights
11 verbose stack and the repository exists.
11 verbose stack
11 verbose stack at ChildProcess.exithandler (child_process.js:751:12)
11 verbose stack at ChildProcess.emit (events.js:110:17)
11 verbose stack at maybeClose (child_process.js:1015:16)
11 verbose stack at Socket.<anonymous> (child_process.js:1183:11)
11 verbose stack at Socket.emit (events.js:107:17)
11 verbose stack at Pipe.close (net.js:485:12)
12 verbose cwd /Users/rhett/Projects/uci-node-ldap
13 error Darwin 14.0.0
14 error argv "node" "/usr/local/bin/npm" "install" "git+ssh://github.oit.uci.edu:education/node-ldap.git"
15 error node v0.12.7
16 error npm v2.7.1
17 error code 128
18 error Command failed: git clone --template=/Users/rhett/.npm/_git-remotes/_templates --mirror ssh://github.oit.uci.edu/education/node-ldap.git /Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931
18 error Cloning into bare repository '/Users/rhett/.npm/_git-remotes/ssh-github-oit-uci-edu-education-node-ldap-git-d0531931'...
18 error Permission denied (publickey).
18 error fatal: Could not read from remote repository.
18 error
18 error Please make sure you have the correct access rights
18 error and the repository exists.
19 error If you need help, you may report this error at:
19 error <https://github.com/npm/npm/issues>
20 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment