Skip to content

Instantly share code, notes, and snippets.

@felixge
Created August 16, 2011 08:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felixge/1148641 to your computer and use it in GitHub Desktop.
Save felixge/1148641 to your computer and use it in GitHub Desktop.
$ npm install "git+ssh://git@github.com:transloadit/node-meta.git" --verbose
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/usr/local/bin/npm',
npm verb cli 'install',
npm verb cli 'git+ssh://git@github.com:transloadit/node-meta.git',
npm verb cli '--verbose' ]
npm info using npm@1.0.25
npm info using node@v0.4.10-pre
npm verb config file /Users/felix/.npmrc
npm verb config file /usr/local/etc/npmrc
npm verb into /Users/felix/Desktop/npm [ 'git+ssh://git@github.com:transloadit/node-meta.git' ]
npm verb cache add git+ssh://git@github.com:transloadit/node-meta.git
npm verb cache add [ 'git+ssh://git@github.com:transloadit/node-meta.git',
npm verb cache add null ]
npm verb parsed url { protocol: 'gitssh:',
npm verb parsed url slashes: true,
npm verb parsed url host: 'git',
npm verb parsed url hostname: 'git',
npm verb parsed url href: 'gitssh://git' }
npm verb addRemoteGit ssh://git
npm verb addRemoteGit ssh://git
npm verb mkdir (expected) error ENOENT, No such file or directory '/var/folders/-y/-yAVDSnxGKWlJsOaR4MUNk+++TI/-Tmp-/npm-1313482025667'
npm verb mkdir done: /var/folders/-y/-yAVDSnxGKWlJsOaR4MUNk+++TI/-Tmp-/npm-1313482025667 755
The authenticity of host ' (127.0.0.1)' can't be established.
RSA key fingerprint is d7:fa:1e:9c:c3:20:dd:14:c6:60:6d:b3:10:20:ff:24.
Are you sure you want to continue connecting (yes/no)? no
npm ERR! failed git clone ssh://git
npm ERR! Error: `git "clone" "ssh://git" "/var/folders/-y/-yAVDSnxGKWlJsOaR4MUNk+++TI/-Tmp-/npm-1313482025667/1313482025667-0.3193568061105907"` failed with 128
npm ERR! at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! at ChildProcess.emit (events.js:67:17)
npm ERR! at ChildProcess.onexit (child_process.js:192:12)
npm ERR! Report this *entire* log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR!
npm ERR! System Darwin 10.8.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "git+ssh://git@github.com:transloadit/node-meta.git" "--verbose"
npm ERR! cwd /Users/felix/Desktop/npm
npm ERR! node -v v0.4.10-pre
npm ERR! npm -v 1.0.25
npm verb exit [ 1, true ]
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/felix/Desktop/npm/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment