Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Not A Problem
-
2.4.0
-
None
-
npm version
{ http_parser: '1.0', node: '0.8.20', v8: '3.11.10.25', ares: '1.7.5-DEV', uv: '0.8', zlib: '1.2.3', openssl: '1.0.0f', npm: '1.2.11' }}
On OS X
Description
Trying to install CLI is currently failing:
> npm install -g cordova
...
npm ERR! git clone https://github.com/imhotep/plugman.git Initialized empty Git repository in /Users/rtholmes/.npm/_git-remotes/https-github-com-imhotep-plugman-git-53ffd39d/
npm ERR! git clone https://github.com/imhotep/plugman.git
npm ERR! git clone https://github.com/imhotep/plugman.git error: The requested URL returned error: 403 while accessing https://github.com/imhotep/plugman.git/info/refs
npm ERR! git clone https://github.com/imhotep/plugman.git
npm ERR! git clone https://github.com/imhotep/plugman.git fatal: HTTP request failed
npm ERR! Error: `git "clone" "--mirror" "https://github.com/imhotep/plugman.git" "/Users/rtholmes/.npm/_git-remotes/https-github-com-imhotep-plugman-git-53ffd39d"` failed with 128
npm ERR! at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/exec.js:56:20)
npm ERR! at ChildProcess.EventEmitter.emit (events.js:99:17)
npm ERR! at maybeClose (child_process.js:638:16)
npm ERR! at Socket.ChildProcess.spawn.stdin (child_process.js:815:11)
npm ERR! at Socket.EventEmitter.emit (events.js:96:17)
npm ERR! at Socket._destroy.destroyed (net.js:358:10)
npm ERR! at process.startup.processNextTick.process._tickCallback (node.js:244:9)
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! <npm-@googlegroups.com>
npm ERR! System Darwin 12.2.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "cordova"
npm ERR! cwd /Users/rtholmes
npm ERR! node -v v0.8.20
npm ERR! npm -v 1.2.11
npm ERR! git clone https://github.com/filmaj/node-plist.git Initialized empty Git repository in /Users/rtholmes/.npm/_git-remotes/https-github-com-filmaj-node-plist-git-67b7152f/
npm ERR! git clone https://github.com/filmaj/node-plist.git
npm ERR! git clone https://github.com/filmaj/node-plist.git error: The requested URL returned error: 403 while accessing https://github.com/filmaj/node-plist.git/info/refs
npm ERR! git clone https://github.com/filmaj/node-plist.git
npm ERR! git clone https://github.com/filmaj/node-plist.git fatal: HTTP request failed
...
npm ERR! not ok code 0