Advertisement
Guest User

Untitled

a guest
Dec 30th, 2013
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. fatal: 'heroku' does not appear to be a git repository
  2. fatal: Could not read from remote repository.
  3.  
  4. Please make sure you have the correct access rights
  5. and the repository exists.
  6.  
  7. $ git remote -v
  8. heroku git@heroku.com:example.git (fetch)
  9. heroku git@heroku.com:example.git (push)
  10.  
  11. git remote add heroku git@heroku.com:example.git
  12.  
  13. $ git push heroku master
  14.  
  15. $ git remote -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement