Skip to content

Instantly share code, notes, and snippets.

@aybabtme
Created October 18, 2012 03:58
Show Gist options
  • 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/
@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