Indirectly, yes. But not really. I suspect that it has something to do with the ssh authentication and git. It makes the app, just not the git repo for it, it would seem. I've tried all of the tips from the other threads talking about configuring ssh, and tried setting up my key directly through git as well - but nothing worked. I know the key is good, so it's not that it's a bad key. I would really like this to work natively in windows, but after wasting literally hours on trying to make it work, I've all but given up. Here's what I did to make it work in windows:
-Install VMWare -Install Ubuntu on VM -Configure Rails and Heroku gem -Deploy through Ubuntu reference to 'real' project directory Kind of a pita, but it beats the hell out of nothing. I think the worst part is that it becomes more difficult to manipulate your databases. On May 13, 10:28 pm, Shiva <[email protected]> wrote: > Hey did you manage to fix it on windows? I too get the same error > > 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 > > On Apr 24, 12:59 pm, iioiooioo <[email protected]> wrote: > > > They work great, for installing the gem itself. #3 is probably the > > most useful step, I got hung up on that initially and used json_pure. > > It's nice to know that 1.1.1 will work fine. > > > Setting the key initially took a fair amount of guess work, but I was > > able to get it working by reading through the mailing list and playing > > around. > > > Most recently, I've been hitting > > this.http://groups.google.com/group/heroku/browse_thread/thread/7e96d84ba0... > > > Pretty sure I'm stuck on thewindowsend of thing, who knows. On the > > plus side, it wasn't too tough just to set up an ubuntu vm and do my > > updates through there. I've been (finally) playing around with heroku > > and I must say that I'm very impressed, keep up the great work guys! > > > On Apr 24, 12:16 am, Morten Bagai <[email protected]> wrote: > > > > Did the instructions below not work for you? > > > > /Morten > > > > On Apr 23, 2009, at 8:22 PM, iioiooioo wrote: > > > > > I am, for one. And getting everything setup onwindowsseems virtually > > > > impossible... I'm in the process of trying ubuntu on a vm, just to use > > > > heroku. I hope it works, because heroku looks pretty slick. > > > > > Thanks, > > > > Brad > > > > > On Apr 13, 2:25 pm, Morten Bagai <[email protected]> wrote: > > > >> Guys, > > > > >> If you've been trying to install the latest herokugemonWindows, you > > > >> may have run into a bit of trouble. > > > > >> Now that we include the tapsgem, the heroku client has several new > > > >> dependencies - most notably taps. Unfortunately, there are a couple > > > >> of > > > >> gems down the dependency chain whoseWindowsversions are lagging a > > > >> bit behind. Here's what you need to do to make the install work: > > > > >> 1) Install SQLite 3 > > > > >> Go tohttp://www.sqlite.org/download.htmlanddownloadtheprecompiled > > > >> binaries forWindows. You'll need the command-line program and the > > > >> DLL. It should be a total of 3 files, which you can paste in to c: > > > >> \ruby > > > >> \bin (that's the standard location chosen for ruby by the ruby one- > > > >> click installer forWindows). > > > > >> 2) Install the sqlite3-rubygem > > > > >> The latest version (1.2.4) doesn't have a workingWindowsversion, so > > > >> you need to install the previous version:geminstall sqlite3-ruby -v > > > >> 1.2.3. > > > > >> 3) Install thejsongem > > > > >> With thisgem, you need to go several versions back and install > > > >> 1.1.1: geminstalljson-v 1.1.1 > > > > >> 4) Install the herokugem > > > > >> Finish off withgeminstall heroku to get the latest version of our > > > >> rubygem. > > > > >> This is obviously a little cumbersome. We're looking into how we can > > > >> make the process smoother onWindows, but the easiest thing would be > > > >> to get those gems caught up version-wise. Feel free to make your > > > >>Windowsneeds known to the maintainers :) > > > > >> Finally, show of hands - if you don't mind - how many of you guys are > > > >> usingWindows? > > > > >> Best, > > > > >> /Morten --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
