Ran into this yesterday. It's a bug in heroku client. I'm working on a patch, but in the meantime, here's a workaround:
In the Git Bash shell, in your project directory that you're adding to heroku: * heroku create (this will create the app on the heroku side, give you the application name if you don't provide it, and upload your key if necessary. Then it will give you the error message before completing.) * git remote (It should not say heroku.) * git remote add heroku [email protected]:[application_name].git * git remote (It should now have heroku in the list.) On Sun, May 24, 2009 at 6:07 AM, charles.roper <[email protected]> wrote: > > On May 14, 4:28 am, Shiva <[email protected]> wrote: >> C:\support>heroku create suport >> Createdhttp://suport.heroku.com/| [email protected]:suport.git >> The filename, directory name, or volume label syntax is incorrect. >> The filename, directory name, or volume label syntax is incorrect. >> Git remote heroku added > > I've just come across this precise issue. Is there still no solution, > other than installing Linux on a VM? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
