hi, thanks for your answers! when i write
$ git push heroku master i get: Permission denied (publickey). fatal: The remote end hung up unexpectedly On 7 Jun., 17:12, Kerri Miller <[email protected]> wrote: > git add . > git commit -m "git commit -a doesn't add untracked files" > git push herkou master > > -k- > > On Thu, Jun 7, 2012 at 6:45 AM, Florian Reuahtiehcs > <[email protected]>wrote: > > > Hi, > > > i was trying to change something in my facebook app but everytime if i > > try to commit with > > > $ git commit -am > > > i get the message > > > # On branch master > > # > > # Initial commit > > # > > # Untracked files: > > # (use "git add <file>..." to include in what will be committed) > > # > > # .gem > > # .ssh > > # .severe-waterfall > > nothing added to commit but untracked files present (use "git add" to > > track) > > > .... > > > if i try to push with > > > $ git push heroku > > > first i bekomme the message: > > > warning: push.default is unset; its implicit value is changing in Git > > 2.0 from 'matching' to 'upstrem'. To squelch this message and maintain > > the current behavior after the default changes, use: > > > git config --global push.default matching > > > To squelch this message and adopt the new behavior now, use: > > > git config --global push.default upstream > > > See 'git help config' and search for push.default for further > > information. > > > .. > > > after a few seconds following text gets added: > > > ssh: heroku: no address associated with name > > fatal: The remote end hung up unexpectedly > > > ... > > > What can i do to solve this? > > Sorry for bad english and thanks for answers! > > > -- > > You received this message because you are subscribed to the Google > > Groups "Heroku" group. > > > 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_US?hl=en -- You received this message because you are subscribed to the Google Groups "Heroku" group. 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_US?hl=en
