Skip to content

Instantly share code, notes, and snippets.

@aybabtme
Created October 18, 2012 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aybabtme/3909791 to your computer and use it in GitHub Desktop.
Save aybabtme/3909791 to your computer and use it in GitHub Desktop.
Heroku is messing with me
$ git push heroku master
! Heroku has temporarily disabled this feature, please try again shortly.
! See http://status.heroku.com for current Heroku platform status.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ git push -u heroku master
! Heroku has temporarily disabled this feature, please try again shortly.
! See http://status.heroku.com for current Heroku platform status.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ git remote -v show
heroku git@heroku.com:rabaska-sucks.git (fetch)
heroku git@heroku.com:rabaska-sucks.git (push)
origin git@github.com:AntoineGrondin/rabaska-sucks.git (fetch)
origin git@github.com:AntoineGrondin/rabaska-sucks.git (push)
$ heroku apps:info
=== rabaska-sucks
Addons: heroku-postgresql:dev
Git URL: git@heroku.com:rabaska-sucks.git
Owner Email: antoinegrondin@gmail.com
Repo Size: 7M
Slug Size: 10M
Stack: cedar
Web URL: http://rabaska-sucks.herokuapp.com/
@marvinahv
Copy link

What was the problem? Did you figure it out? I'm having the same issue.

@loganathansellappa
Copy link

Did you generated the SSH keys ?

@gokce
Copy link

gokce commented Jun 3, 2014

I am having the same issue as well...

@agmonser
Copy link

agmonser commented Jun 3, 2014

I've got the same issue here.

@mdamaceno
Copy link

In app folder:

$ git init .
$ git commit -m "something"
$ git push heroku master

This is the way I push my apps to Heroku.

@NicolasP
Copy link

NicolasP commented Jun 3, 2014

Same problem here. https://status.heroku.com/incidents/633 seems to be the cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment