I am running a local installation of gitorious in EC2 VM (small VM), two days ago it started to throw the below error when trying to execute 'npm install' to checkout dependency from that private gitorious repository.
any idea what would be causing this issue ? npm http GET https://registry.npmjs.org/gm npm ERR! git clone [email protected]:xxx/xxxx_gaming_api_module.git Cloning into '/var/folders/69/1x1x9b657mgd245tq06h53jh0000gn/T/npm-49295/1368625037857-0.9469616713467985'... npm ERR! git clone [email protected]:xxx/xxxx.git npm ERR! git clone [email protected]/xx.git ssh_exchange_identification: Connection closed by remote host npm ERR! git clone [email protected]/xx.git fatal: Could not read from remote repository. npm ERR! git clone [email protected]/xx.git npm ERR! git clone [email protected]/xx.git Please make sure you have the correct access rights npm ERR! git clone [email protected]/xx.git and the repository exists. npm ERR! Error: `git "clone" "[email protected]/xxx.git" "/var/folders/69/1x1x9b657mgd245tq06h53jh0000gn/T/npm-49295/1368625037857-0.9469616713467985"` failed with 128 npm ERR! at ChildProcess.<anonymous> (/usr/local/Cellar/node/0.8.8/lib/node_modules/npm/lib/utils/exec.js:56:20) npm ERR! at ChildProcess.EventEmitter.emit (events.js:91:17) npm ERR! at Process._handle.onexit (child_process.js:674:10) npm ERR! If you need help, you may report this log at: npm ERR! <http://github.com/isaacs/npm/issues> npm ERR! or email it to: npm ERR! <[email protected]> npm ERR! System Darwin 12.2.0 npm ERR! command "node" "/usr/local/bin/npm" "install" npm ERR! node -v v0.8.8 npm ERR! npm -v 1.1.59 -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
