Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Heroku throws an error like "Push rejected, Unauthorized access." [closed]

I'm using GitHub for code commits, and that Git URL integrate to Heroku for deployment. I have done it many times, and every time it works, but now this time I got an error:

Push rejected, Unauthorized access

I'm using Node.js. as the back-end. Here is my package.json file (email replaced):

{
 "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 <[email protected]>",
"license": "ISC"
}

ERROR:

Enter image description here

like image 221
Gunjan Patel Avatar asked Nov 06 '16 08:11

Gunjan Patel


1 Answers

It seems it's an error currently being investigated, recognised as of Nov 6 2016, 08:48 UTC — see here


This error was considered resolved at 09:37 UTC the same date.

like image 140
Nick Avatar answered Oct 10 '22 11:10

Nick