【发布时间】:2014-10-02 18:35:12
【问题描述】:
在将官方 heroku 示例节点应用程序部署到 Heroku 时,我遇到了一些非常奇怪的问题。
我正在关注文章中的每一步“在 Heroku 上使用 Node.js 入门” https://devcenter.heroku.com/articles/getting-started-with-nodejs 但不断收到错误消息:
git push heroku master
Initializing repositoryReceived disconnect from 50.19.85.156: 10: user closed connection
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
有遇到过类似问题的朋友吗?
我自己的应用程序是从 angular-fullstack 派生的,但即使这个入门指南对我来说也失败了。
我试过了(没有成功):
- 用新的 RSA 密钥替换我的旧密钥。
- 创建备用 Heroku 帐户。
- Archlinux 和 osx
- OSX 重新安装节点、brew 和 gems。
其他信息:
- OSX (10.9)
- heroku-toolbelt/3.9.6 (x86_64-darwin10.8.0) ruby/1.9.3\
- git 版本 1.8.5.2 (Apple Git-48)
- npm 2.0.0-alpha-5
- 节点 v0.10.30
- Linux
- heroku-toolbelt/3.9.6 (x86_64-linux) ruby/2.1.2
- git 版本 2.0.4
- npm 1.4.21
- 节点 v0.10.30
有遇到过类似问题的朋友吗?
【问题讨论】: