安装yo jekyllrb时npm安装失败: - get remote.origin.url返回错误的结果

时间:2014-06-22 14:33:38

标签: windows node.js jekyll yeoman

我正在尝试使用Yeoman安装jekyllrb,但是使用下面的消息它会在npm install中停止。我已将Git添加到我的路径并重新安装了所有内容。我很感激任何想法。谢谢。

519 verbose etag grunt-contrib-csslint from cache
520 error git clone git://github.com/gruntjs/grunt-contrib-watch.git Cloning into bare
repository 'C:\Users\James\AppData\Roaming\npm-cache\_git-remotes\git-github-com-gruntjs-grunt-contrib-watch-git-19bff6d7'...
520 error git clone git://github.com/gruntjs/grunt-contrib-watch.git fatal: write error: Invalid argument
521 silly lockFile 19bff6d7--gruntjs-grunt-contrib-watch-git
git://github.com/gruntjs/grunt-contrib-watch.git
522 silly lockFile 19bff6d7--gruntjs-grunt-contrib-watch-git git://github.com/gruntjs/grunt-contrib-watch.git
523 http 304 https://registry.npmjs.org/grunt-svgmin
524 silly registry.get cb [ 304,
524 silly registry.get   { date: 'Sun, 22 Jun 2014 14:23:07 GMT',
524 silly registry.get     server: 'Apache',
524 silly registry.get     via: '1.1 varnish',
524 silly registry.get     'last-modified': 'Sun, 22 Jun 2014 14:23:07 GMT',
524 silly registry.get     'cache-control': 'max-age=30',
524 silly registry.get     etag: '"9UKY9DV2CY0OTZKCLENALCBDO"',
524 silly registry.get     'x-served-by': 'cache-lcy1135-LCY',
524 silly registry.get     'x-cache': 'HIT',
524 silly registry.get     'x-cache-hits': '1',
524 silly registry.get     'x-timer': 'S1403446987.475978,VS0,VE154',
524 silly registry.get     vary: 'Accept',
524 silly registry.get     'content-length': '0',
524 silly registry.get     'keep-alive': 'timeout=10, max=48',
524 silly registry.get     connection: 'Keep-Alive' } ]
525 verbose etag grunt-svgmin from cache
526 error Error: Command failed: Cloning into bare repository 'C:\Users\James\AppData\Roaming\npm-cache\_git-remotes\git-github-com-gruntjs-grunt-contrib-watch-git-19bff6d7'...
526 error fatal: write error: Invalid argument
526 error
526 error     at ChildProcess.exithandler (child_process.js:647:15)
526 error     at ChildProcess.emit (events.js:98:17)
526 error     at maybeClose (child_process.js:755:16)
526 error     at Process.ChildProcess._handle.onexit (child_process.js:822:5)
527 error If you need help, you may report this *entire* log,
527 error including the npm and node versions, at:
527 error     <http://github.com/npm/npm/issues>
528 error System Windows_NT 6.2.9200
529 error command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
530 error cwd C:\Users\James\Dropbox\XAMPP\htdocs\jrah.github.io\cv\jk
531 error node -v v0.10.29
532 error npm -v 1.4.14
533 error code 128
534 verbose exit [ 1, true ]

0 个答案:

没有答案