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

Reply via email to