node.js - Heroku 抛出类似 "Push rejected, Unauthorized access."的错误

标签 node.js git heroku

我正在使用 GitHub用于代码提交,并将 Git URL 集成到 Heroku 以进行部署。我做了很多次,每次都有效,但是这次我出错了:

Push rejected, Unauthorized access

我正在使用 Node.js。作为后端。这是我的 package.json 文件(已替换电子邮件):

{
 "name": "wrapperdemo",
 "version": "1.0.0",
 "description": "Payment Gatway demo",
 "scripts": {
 "start": "node app.js"
},
"dependencies": {
"express": "~4.13.3",
"node-libcurl": "*",
"node-jquery-param": "*",
"xml2js": "^0.4.17"
},
"author": "Gunjan <my-email@example.com>",
"license": "ISC"
}

错误:

Enter image description here

最佳答案

目前正在调查这似乎是一个错误,确认时间为 2016 年 11 月 6 日 08:48 UTC — 见 here


此错误已被视为在同一日期 09:37 UTC 解决。

关于node.js - Heroku 抛出类似 "Push rejected, Unauthorized access."的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40447507/

相关文章:

ruby-on-rails - 如何将我的电子邮件进程/例程放在我的前端服务器之外 (Rails 3.2/devise/sendgrid/heroku)

node.js - 在 NPM 中安装后找不到 Http-Server 命令

node.js - 使用 Node 和 reSTLer 进行多部分表单数据 POST

git - "Complicated"Git 中的 merge 场景

git svn cherry pick 忽略警告

java - 无法使用 Maven 部署到 Heroku : Forbidden

node.js - NodeJS 需要多核 VPS

node.js - 如何使用相同的 Redis 实例作为消息代理和内存数据库?

git - 如何确定 Git 中的 cherry-pick 的提交者?

ruby-on-rails - Heroku Rails 设置 "The page you were looking for doesn' t 存在。”