On Sat, Nov 8, 2008 at 3:33 AM, giorgio <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have been using git to push and pull Ruby on Rails apps between the
> Heroku host and a Linux (Ubuntu) box.
>
> I installed the git-gui on my 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'


Not fast-forward...
That *usually* means you have to pull first.
What does 'git push' say on the command line?  If that gives the same
message then likely you need to 'git pull' before doing the push.  If
you 'git fetch' first before the pull and run 'gitk --all' you can get
a sense of what happened and figure out whether you really need to
pull or if something else is going on.




>
> 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?
>
> Cheers
> George
> >
>



-- 
    David

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gitorious" 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/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to