Hi, I have been using git to push and pull Ruby on Rails apps between Heroku and a Linux (Ubuntu) box.
I installed the git-gui on my windows laptop and successfully cloned some repositories from the ubuntu machine. However I get all sorts of grief pushing back to the linux machine: If I specify the repository by its widows samba fileshare name \ I get this: Pushing to //George-ubuntu/git/collections To //George-ubuntu/git/collections ! [rejected] master -> master (non-fast forward) error: failed to push some refs to '//George-ubuntu/git/collections' If I use a git url I get this: Pushing to git://george-ubuntu/var/git/collections Looking up george-ubuntu ... done. Connecting to george-ubuntu (port 9418) ... george-ubuntu[0: 192.168.2.4]: errno=Invalid argument fatal: unable to connect a socket (Invalid argument) Do I need to install a Git daemon service on the linux box or something? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
