On Sep 14, 12:03 am, Stephen Bannasch <[email protected]> wrote: > Here's a description of how I fixed the same problem in the textmate git > bundle: > [...] > The warnings go away by prefixing: 'unset DISPLAY &&' before any git command > using a secure connection.
Hi Stephen, I'm reluctant to try to 'fix' this with GitX, as I don't think it is our problem. While your solution may silence the message, the problem lies deeper. Try 'ssh -X <machine>' and 'ssh -Y <machine>' and see what each of those spits out. Also your ~/.ssh/config would be helpful. I tried to reproduce your problem (X11 running, pushing to a SSH-host, using the SSH-Askpass window, X11Forwarding on, trusted and untrusted) but could not. Pushing/Fetching worked fine for me. So, a little more information and understanding of this problem is needed before we run out to unset ENV-variables ;) Greetings, Jojo (This message may arrive again, had to use google since my SMTP-server just moved and seems to be on the fritz right now)
