it looks like you have not linked the remote server "heroku" to your git repo
There are 2 common setups. 1) linked to github remote origin = github remote heroku = heroku 2) linked to heroku remote origin = heroku do a git remote -v I'm guessing you are using setup #2 git push origin master If not, then you'll need to add heroku's remote git add remote heroku [email protected]:<app name>.git Does that solve your problem? On Friday, November 11, 2011 at 4:28 PM, Pearsword wrote: > I am a beginner of Face Book and so know Heroku little. > So I cannot understand a little about them,but I want to achieve my > work,please teach me to matters to solve the problem. > > I make a Face Book app on Windows Vista,and can do heroku login. > But I cannot deploy my app on Heroku. > I have rsa keys.Sometimes struggling with my app,the pair of keys > increase to 4. > > Commanding "git push heroku master" is not working with an error as > the following. > "fatal:"heroku" does no appear to be a git repository."and > "fata]:The remote end hung up unexpectedly." > > Are there a good way to solve this problem? > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected] > (mailto:[email protected]). > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]). > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
