【发布时间】:2014-02-28 21:17:16
【问题描述】:
- 我使用openshift网站上的程序设置了一个默认节点应用程序,
- 在我的 ubuntu 机器上做了一个 git clone,
- 编辑了 readme.md,
- 提交了
- 并尝试推送到 repo
-
有很多 npm fetch failed 错误,还有很多 - Error: SELF_SIGNED_CERT_IN_CHAIN 错误
... 远程:npm 错误!获取失败https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz 远程:npm info retry 将重试,最后一次尝试时出错:错误:SELF_SIGNED_CERT_IN_CHAIN
remote: npm http GET https://registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz remote: npm ERR! Error: SELF_SIGNED_CERT_IN_CHAIN remote: npm ERR! at SecurePair.<anonymous> (tls.js:1283:32) remote: npm ERR! at SecurePair.EventEmitter.emit (events.js:92:17) remote: npm ERR! at SecurePair.maybeInitFinished (tls.js:896:10) remote: npm ERR! at CleartextStream.read [as _read] (tls.js:430:15) remote: npm ERR! at CleartextStream.Readable.read (_stream_readable.js:304:10) remote: npm ERR! at EncryptedStream.write [as _write] (tls.js:344:25) remote: npm ERR! at doWrite (_stream_writable.js:211:10) remote: npm ERR! at writeOrBuffer (_stream_writable.js:201:5) remote: npm ERR! at EncryptedStream.Writable.write (_stream_writable.js:172:11) remote: npm ERR! at write (_stream_readable.js:557:24) remote: npm ERR! at flow (_stream_readable.js:566:7) remote: npm ERR! at Socket.pipeOnReadable (_stream_readable.js:598:5) remote: npm info preuninstall commander@1.3.2 remote: npm info uninstall commander@1.3.2 remote: npm info postuninstall commander@1.3.2 remote: npm ERR! remote: npm ERR! Additional logging details can be found in: remote: npm ERR! /var/lib/openshift/53100d354382ec58b5000032/app-root/runtime/repo/npm-debug.log remote: npm ERR! not ok code 0 remote: An error occurred executing 'gear postreceive' (exit code: 1) remote: Error message: CLIENT_ERROR: Failed to execute: 'control build' for /var/lib/openshift/53100d354382ec58b5000032/nodejs remote: remote: For more details about the problem, try running the command again with the '--trace' option To ssh://53100d354382ec58b5000032@pmcloud-stellagreen.rhcloud.com/~/git/pmcloud.git/ c851403..54dc73a master -> master
查看日志没有帮助。 帮助表示赞赏。
【问题讨论】: